]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/shortlog
irc/unrealircd/unrealircd-webpanel.git
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
2023-04-21  Valerie PondAdd the beginning of user roles
2023-04-20  Valerie PondFix the left navbar gap between the topbar
2023-04-19  Valerie PondAdd feet to pages without footers
2023-04-19  Valerie PondMerge branch 'main' of https://github.com/unrealircd...
2023-04-19  Valerie PondGive permission to edit users heh...
2023-04-19  Bram MatthysSetup: fix for when you tick verify SSL/TLS verification
2023-04-19  Bram MatthysFix issue in installation page that leads to failed...
2023-04-18  Valerie PondTask 2 complete @syzop ! :D
2023-04-18  Valerie PondMore work on installation screen
2023-04-17  Valerie PondFix the mobile view for the last commit
2023-04-17  Valerie PondMake the overview a little tidier as discussed on IRC
2023-04-17  Bram MatthysRename "Panel Access" menu item to "Accounts"
2023-04-17  Bram MatthysOnly show leftnav "footer" if we actually have leftnav...
2023-04-17  Bram MatthysMove footer to leftnav. Only show if screen height...
2023-04-17  Bram MatthysBump inactivity timeout from 15min to 60min. Will be...
2023-04-17  Bram MatthysFix wrong BASE_URL in settings
2023-04-17  Bram MatthysUsers: Host/IP column: get rid of "(the same)" stuff...
2023-04-17  Valerie PondAdd some form validation for user account
2023-04-16  Bram MatthysFix for last change (on resize @ channels overview...
2023-04-16  Bram MatthysChannel list: show the modes but not the parameters...
2023-04-16  Bram MatthysDon't wrap "Created"
2023-04-16  Bram MatthysChannel table: creation time is date now & hide columns...
2023-04-16  Bram MatthysProbably good idea not to hammer older UnrealIRCd's...
2023-04-16  Bram Matthyscommon_api: output at least something every timeout...
2023-04-16  Bram MatthysHide footer on mobile
2023-04-16  Bram MatthysMobile: put nav dropdown on the left
2023-04-16  Bram MatthysSome more transition levels / hiding columns @ Users...
2023-04-16  Bram MatthysHide leftnav on screens 576..767 too (eg: mobile landsc...
2023-04-16  Bram MatthysUsers table: more gradual column selection based on...
2023-04-16  Bram MatthysNotifications: only for 'error', 'warn' and 'link'...
2023-04-16  Bram MatthysWhoops.. login page was redirecting to the login page...
2023-04-16  Bram MatthysGet rid of setup.php, being integrated in new all-in...
2023-04-16  Bram MatthysWe don't have a setup in file_auth, so scratch this.
2023-04-16  Bram MatthysExempt test_connection.php from requiring config as...
2023-04-16  Bram MatthysDon't require config.php when using install.php
2023-04-16  Valerie Pondsettings/install.php: make a big start to the installat...
2023-04-15  Bram MatthysTell users to keep their hands off config.defaults.php
2023-04-15  Valerie PondFix table existence check
2023-04-15  Valerie PondCreate the default user after the tables have been...
2023-04-15  Valerie PondFix padding on previous commit
2023-04-15  Valerie PondMake the left-nav invisible and move to collapsible...
2023-04-13  Valerie PondAdd a bug report button to the footer
2023-04-13  Valerie PondMake the "Just Now" button a badge
2023-04-13  Valerie Pondmake toast notifications last 10 seconds instead of 5
2023-04-13  Valerie PondMake toast notifications stack
2023-04-13  Bram MatthysDon't start session if we already have one. Actually...
2023-04-13  Valerie PondMore on toast notifications
2023-04-13  Valerie PondTry getting bootstrap toasts working
2023-04-12  Bram MatthysSQL_DEFAULT_USER => DEFAULT_USER, so we both use the...
2023-04-12  Bram MatthysAdd file_auth plugin, which offers similar functionalit...
2023-04-12  Bram MatthysAdd data/ directory that will be used later
2023-04-12  Bram MatthysOverview: update every second: fallback to old-style...
2023-04-12  Valerie PondHide the right-click menu from the users page
2023-04-12  Bram MatthysDon't call api/timeout.php on non-sql installs
2023-04-12  Valerie PondMerge branch 'main' of https://github.com/unrealircd...
2023-04-12  Valerie Pondusers/index.php: add start of experimental right-click...
2023-04-12  Bram MatthysFix parse errors in config/config.php.sample
2023-04-12  Valerie PondDelete Stats.php
2023-04-12  Valerie Pondproperly fix broken js, move after doctype
2023-04-12  Bram MatthysAdd api/common_api.php and use Server-Sent Events,...
2023-04-12  Bram MatthysUpdate to latest unrealircd-rpc-php again...
2023-04-12  Bram MatthysFixes for BASE_URL massreplace, accidentally changes...
2023-04-12  Bram MatthysConvert the stats calls from raw to $rpc->stats()-...
2023-04-12  Bram MatthysUpdate to latest unrealircd-rpc-php. End-users have...
2023-04-12  Bram MatthysClose session early in the api/overview.php so it doesn...
2023-04-11  Bram MatthysWhoops ) too much :D
next