]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/shortlog
irc/unrealircd/unrealircd-webpanel.git
2023-04-29  Valerie PondFix some nav links css for mobile and for server switch
2023-04-28  Valerie PondJS: Dynamic modal dialogs, and move toasts to own file
2023-04-28  Valerie Pondmake table headers blue again
2023-04-28  Bram MatthysChannels: possibly fix a bug when clicking on a channel...
2023-04-27  Bram MatthysFix again, run 'composer install' :D
2023-04-27  Bram MatthysFetch existing logs in Log screen. Only for git unrealircd.
2023-04-27  Bram MatthysFix UnrealIRCd 6.0.7 not working. End-users need to...
2023-04-27  Bram MatthysStart on "Logs" (log viewer). This only shows live...
2023-04-27  Bram MatthysSet "issuer" already in connection call. This to speed...
2023-04-27  Bram MatthysUpdate composer dependencies. End users need to run...
2023-04-27  Valerie Pondserver-bans: switch title and button value to default
2023-04-26  Bram MatthysOverview: Make the "Live stats" only show if we have...
2023-04-26  Bram MatthysOverview: use the live feed only, don't initially set...
2023-04-26  Bram MatthysFor api_timer_loop() also execute the command immediately.
2023-04-26  Bram MatthysChannel list: Run StripControlCharacters() on the topic
2023-04-26  Bram MatthysChannels: convert to use datatables
2023-04-26  Bram MatthysServer-Bans: underline on hover at mask (even though...
2023-04-26  Bram MatthysServer Bans: don't do "edit ban" popup when selecting...
2023-04-26  Bram MatthysMake API pages return empty data / die when server...
2023-04-26  Bram MatthysFix issue with @ob_end_flush() still throwing an error
2023-04-26  Bram MatthysUpdate the page title depending on what page you are.
2023-04-26  Bram MatthysFix everyone getting "No RPC server configured" :D
2023-04-26  Bram MatthysAdd simple way to deal with IRC server configuration...
2023-04-26  Bram MatthysMake $pages[] not have a string value in the end but...
2023-04-26  Bram MatthysNicer error dialog in connect_to_ircd()
2023-04-26  Bram MatthysOn assigning role, call $user->delete_meta("permissions");
2023-04-26  Bram MatthysFix del_usermeta() not working for both sql_db and...
2023-04-25  Valerie PondFinish switching to Roles
2023-04-25  Bram MatthysServer Bans: Softban fixes on the panel side. Requires...
2023-04-25  Bram MatthysServer bans: you can now click on any existing ban...
2023-04-25  Bram MatthysServer Bans: responsive datatables and auto truncate...
2023-04-25  Bram MatthysAdd js/datatables-ellipsis.js for automatic truncating...
2023-04-25  Bram MatthysUsers: code cleanup: remove old filtering code, not...
2023-04-25  Bram MatthysUsers: make actions work again (broken when datatables...
2023-04-25  Bram MatthysUsers: bring back striped table (was removed while...
2023-04-25  Bram MatthysUsers: get rid of "user modes" column. Similar to previ...
2023-04-25  Bram MatthysUsers: Scratch the "Secure" column, as it's less useful...
2023-04-25  Bram MatthysFix issues with NGINX: notifications, user list, server...
2023-04-25  Bram MatthysUse responsive datatables in Users view: automatic...
2023-04-24  Bram MatthysUsers: hide filter pane on mobile. Still not sure why...
2023-04-24  Bram MatthysUsers Overview: fix dynamic showing/hiding of rows.
2023-04-24  Bram MatthysMake Users list use Datatables with a Search Pane ...
2023-04-24  Bram MatthysMove datatables CSS/JS include to inc/header.php.
2023-04-24  Bram MatthysSettings - RPC Servers: fix missing quotes (javascript...
2023-04-24  Bram MatthysDisplay SQL error during installation, if we get one.
2023-04-24  Bram MatthysDeal with empty RPC servers better.
2023-04-24  Bram MatthysTop-nav: allow switching between configured RPC servers.
2023-04-24  Bram MatthysSettings - RPC Servers: confirm dialog for server deletion
2023-04-24  Bram MatthysSettings - RPC Servers: Don't re-order list on edit.
2023-04-24  Bram MatthysSettings - RPC Servers: click item - add "Delete Server"
2023-04-24  Bram MatthysSome initial instructions if servers is empty.
2023-04-24  Bram MatthysNow that we have "RPC Servers" in settings, make instal...
2023-04-24  Bram MatthysAdd Settings - RPC Servers (start of multi-server work).
2023-04-23  Bram MatthysServer Bans: fetch the banlist in the background
2023-04-23  Bram MatthysUse non-slim jquery, so we have AJAX requests available
2023-04-23  Bram MatthysUse datatables in "Server Bans" view (initial work...
2023-04-23  Bram Matthysfile_auth -> file_db and sql_auth -> sql_db. Config...
2023-04-23  Bram MatthysSetup: actually delete data/database.php as well (after...
2023-04-23  Bram MatthysSetup: acctually delete SQL tables (after confirmation...
2023-04-23  Bram MatthysSetup: warn if file_auth database exists too
2023-04-23  Bram MatthysSetup: fix error about undefined "secrets". Reported...
2023-04-23  Bram MatthysAdd warning if there is already data in the SQL database.
2023-04-23  Bram MatthysSetup: Use HTTP POST instead of GET when testing MySQL...
2023-04-23  Bram MatthysSetup: fix connection check not working with passwords...
2023-04-23  Bram MatthysDisable autocomplete in setup pages for user/password...
2023-04-22  Valerie PondRole Editor: can now add/duplicate and delete roles.
2023-04-22  Bram MatthysSimplify a line.
2023-04-22  Bram MatthysMove cfg/defines.php to inc/, to avoid confusing with...
2023-04-22  Bram MatthysMove some PHP files from ./ to ./inc: common, connectio...
2023-04-22  Bram MatthysTry to be helpful if someone mixes wrong secrets::key...
2023-04-22  Bram Matthysunrealircd::rpc_password is now encrypted with secret...
2023-04-22  Bram MatthysThe config file now contains 'secrets' with 'pepper...
2023-04-22  Valerie PondMore towards the Role Editor
2023-04-22  Bram MatthysCheck if opcache_invalidate() is available, before...
2023-04-22  Bram MatthysFix file auth not working since about 24hrs ago
2023-04-21  Bram MatthysAdd api/index.php config/index.php (empty) + config...
2023-04-21  Bram MatthysThis plugins/sql_auth/error.php is no longer used
2023-04-21  Bram MatthysSomething tells me this was just a test page ;)
2023-04-21  Bram MatthysShow git short hash as version for now (ok.. not ideal...
2023-04-21  Bram MatthysIt is now mandatory to load an auth provider: either...
2023-04-21  Bram MatthysQuick fix within 1m. Duh :)
2023-04-21  Bram MatthysMove all the rest of session management outside sqlauth...
2023-04-21  Bram MatthysAdd per-user session timeout setting (under Settings...
2023-04-21  Valerie Pondshift the circle slightly
2023-04-21  Bram MatthysFor table user_meta: ADD CONSTRAINT meta_key_user_id...
2023-04-21  Bram MatthysAdd HOOKTYPE_UPGRADE which is called on upgrades. Also...
2023-04-21  Bram MatthysMove RPC config to DB instead of in config.php.
2023-04-21  Bram MatthysRedirect from main page to install2.php if not ready yet
2023-04-21  Bram MatthysMake setting_key UNIQUE so we can useINSERT INTO ....
2023-04-21  Bram MatthysAdd sql::table_prefix to first setup screen
2023-04-21  Bram MatthysSlight miscommunication :D
2023-04-21  Bram MatthysMerge branch 'main' of github.com:unrealircd/unrealircd...
2023-04-21  Bram MatthysSetup major reshuffle: split up in pre-auth: backend...
2023-04-21  Valerie PondFix SQL table name settings => auth_settings
2023-04-21  Bram MatthysMake new settings-in-config work for file-based db...
2023-04-21  Bram MatthysAnd some more fixes for recent work.
2023-04-21  Bram MatthysWriting and reading settings from DB file now work...
2023-04-21  Bram MatthysMinimize config/config.php and put settings in DB....
2023-04-21  Valerie Pondsome SQL for settings
2023-04-21  Valerie Pondadd a cute lil "live" card to the overview ;d
next