]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/shortlog
irc/unrealircd/unrealircd-webpanel.git
2023-04-11  Bram MatthysMove to new style config, with config in config/ directory.
2023-04-11  Valerie Pondjavascript function to generate a new toast notification
2023-04-11  Valerie Pondchannel/details Add a note in for blank Ban Type
2023-04-11  Valerie PondUpgrade bootstrap and fix an $active_page err
2023-04-11  Valerie Pondtry to make the users table look better on mobile devices
2023-04-11  Valerie Pondbeginnings of api/notification
2023-04-11  Valerie PondLogin: add basic front-end validation
2023-04-10  Bram MatthysUpdate to latest unrealircd-rpc-php. End users: 'compos...
2023-04-09  Bram MatthysRemove "Top countries" for now, maybe add it somewhere...
2023-04-09  Valerie PondMerge pull request #20 from Madriix/main
2023-04-09  Madriixadded top country 20/head
2023-04-09  Bram MatthysEdit channel settings grouping. Eg: Join restrictions...
2023-04-09  Bram MatthysLeft-nav: adjust vertical space, use Bold for main...
2023-04-09  Bram MatthysAttempt 2.. or am i making it worse? :D
2023-04-09  Bram MatthysLeftnav: let's try this...
2023-04-09  Bram MatthysLeftnav subitems fun
2023-04-09  Valerie PondAdd the sidenav and move menu to it
2023-04-09  Valerie Pondfix the icon in footer not showing
2023-04-09  MadriixUpdate index.php
2023-04-07  Bram MatthysChange default rpc-user name, now matches the new wiki...
2023-04-07  Bram MatthysMove documentation to wiki
2023-04-07  Valerie PondLose the header in setup.php
2023-04-07  Bram MatthysQuick workaround for SQL Setup page not working
2023-04-07  Valerie PondFix number of tables check
2023-04-07  Valerie Pondautomatically go to login page on session timeout
2023-04-07  Valerie Pondmaybe a bigger interval on the cpu check =]
2023-04-07  Valerie PondMake a cool chart for CPU usage and show live CPU&memor...
2023-04-07  Valerie PondMake the Services overview card live too
2023-04-06  Valerie PondOverview now displays live stats
2023-04-06  Valerie PondFix redirect loop
2023-04-05  Valerie Pondsome minor cosmetic changes
2023-04-05  Valerie PondAdd the start of "Network Health" tool
2023-04-05  Valerie PondCouple of small fixes reported by @Lord255
2023-04-05  Valerie PondFinish server details page
2023-04-04  Valerie PondMove SQL setup to its own page
2023-04-04  Valerie PondMerge pull request #17 from PeGaSuS-Coder/patch-1
2023-04-04  Valerie PondMerge pull request #19 from Madriix/main - Fix
2023-04-04  Valerie PondFix password updating a blank password
2023-04-04  MadriixUpdate header.php 19/head
2023-04-04  Valerie PondDisable permission checks when no auth plugin exists
2023-04-03  Bram Matthysmissing a word
2023-04-03  Bram MatthysAdd a helpful error screen if Apache/NGINX/.. serve...
2023-04-01  Bram MatthysMove including connection.php out of common.php so...
2023-03-31  PeGaSuSUpdate class-cmodes.php 17/head
2023-03-31  Bram MatthysUse user.set_issuer so currently logged in user is...
2023-03-31  Bram MatthysFetch new unrealircd-rpc-php. Users will have to run...
2023-03-31  Valerie Pondchan details: make inputboxes smaller
2023-03-31  Valerie PondFix some behind-the-scenes warnings
2023-03-31  Valerie PondLink to channel details from user details
2023-03-31  Valerie Pondchan details: make tables sm0l
2023-03-31  Valerie PondAdd visible params to details
2023-03-31  Valerie PondFinalize ability to edit channel modes
2023-03-31  Valerie PondServer Details: Fix buttons
2023-03-29  Valerie PondRemove vendor item
2023-03-29  Valerie PondFurther on the channel details
2023-03-27  Bram MatthysChannel details: re-add the Host column in "User List...
2023-03-27  Bram MatthysDon't call channel.get() twice for simple GET requests.
2023-03-27  Bram MatthysGrab CHANMODES= for current server in an easier way
2023-03-27  Bram MatthysUpdate unrealircd-rpc-php. End users must run 'composer...
2023-03-27  Bram MatthysChannel details: resize the user list / channel setting...
2023-03-27  Bram MatthysChannel details: drop the Host in User List for now...
2023-03-27  Valerie PondMove the channel details around, make it look better
2023-03-25  Valerie PondDisplay channel settings, userstatus in the userlist...
2023-03-21  Valerie Pondgive success/error messages on edit panel user
2023-03-21  Valerie PondMerge pull request #16 from PeGaSuS-Coder/patch-4
2023-03-15  Bram MatthysShorten the introduction. This is short enough and...
2023-03-15  Bram MatthysWarn about SQL_DEFAULT_USER being set in config.php.
2023-03-15  Bram MatthysNot important but set example SQL database name to...
2023-03-15  Bram MatthysDon't mention file-based auth anymore and add more...
2023-03-15  Bram Matthysfor ?redirect=xx in login, only allow local URLs
2023-03-14  Valerie PondFix incorrect order of SQL statements
2023-03-13  Valerie PondFix password change error
2023-03-13  Valerie Pondfunctions for requiring a plugin and ensuring it exists
2023-03-13  Valerie PondSpamfilter: Fix a user permission check
2023-03-13  Valerie PondAllow updating user information
2023-03-13  Valerie PondFix some user lookups
2023-03-13  Valerie PondUNFINISHED: Config blocks plugin
2023-03-13  Valerie PondAdd some C-like functions for strings
2023-03-13  Valerie PondUNFINISHED UnrealIRCd config parsing
2023-03-13  Valerie Pondbe more specific in finding a user
2023-03-07  Valerie PondAllow editing the panel profile
2023-03-01  PeGaSuSUpdate class-paneluser.php 16/head
2023-03-01  Valerie PondMerge pull request #15 from PeGaSuS-Coder/patch-3
2023-03-01  PeGaSuSUpdate class-paneluser.php 15/head
2023-03-01  PeGaSuSUpdate index.php
2023-03-01  Valerie PondRename "Panel Users" to "Panel Access" in the navbar
2023-03-01  Valerie PondMake permissions apply to spamfilter, name bans and...
2023-03-01  Valerie Ponduser can view their own permissions
2023-03-01  Valerie PondGive the default SQL user permission to manage users
2023-03-01  Valerie Pondfinish permissions
2023-02-28  Valerie PondFix some brokenness
2023-02-28  Valerie PondCouple more imperfection fixes
2023-02-27  Valerie PondFix a couple of small errors
2023-02-27  Valerie PondBans, Invites and Excepts adding and deleting
2023-02-27  Valerie PondFix accidental downgrade
2023-02-27  Valerie PondUpdate bootstrap and co to newer versions
2023-02-27  Valerie PondLeave comment about stray div so nobody tries to delete
2023-02-27  Valerie PondShow success message on ban add. Convert ~time param...
2023-02-25  Valerie PondAdd error message and get rid of var_dump()
2023-02-25  Valerie PondGive ability to set and remove bans
next