streams/Zotlabs/Module/Admin
2018-05-18 16:57:45 -07:00
..
Account_edit.php add some more stuff to admin/account_edit (service class, language, and techlevel if appropriate). Fix en-au and en-gb so they are listed as languages, and move language selector stuff to include/language.php instead of include/text.php; new file Zotlabs/Lib/Techlevels.php so we only need to write the selection array once. 2016-10-03 17:16:24 -07:00
Accounts.php do not include pending registrations in accounts and goaway to /admin/accounts after approval or denial of an pending registration 2018-03-17 21:52:56 +01:00
Channels.php [TASK] Update Doxyfile and fix Doxygen errors. 2016-10-13 11:27:23 +02:00
Dbsync.php refactor of the DB update system. Updates are now stored individually in Zotlabs/Update/_nnnn.php and are objects; so only the pending updates need to be loaded and executed rather than all historical updates. There is one single number (DB_UPDATE_VERSION) representing the current version and it is EQUAL TO the last known update. A dummy update _1201 was created to address the difference in counting behaviour; it will be executed on the next change of DB_UPDATE_VERSION as well as the next update. The database config values are also loaded from disk on every update immediately before setting the update lock in order to reduce timing conflicts and race conditions. 2018-02-16 12:42:02 -08:00
Features.php move the rest of mod_admin to sub modules 2016-09-05 21:00:00 -07:00
Logs.php move the rest of mod_admin to sub modules 2016-09-05 21:00:00 -07:00
Plugins.php ⬆️ 🔨 Upgrade PHP Markdown library. 2017-02-27 23:40:29 +01:00
Profs.php bugfix: unable to reset profile fields to defaults in admin/profs by emptying the textarea 2018-03-04 15:29:10 -08:00
Queue.php consolidate hubloc storage 2017-01-30 15:01:22 -08:00
Security.php implode can take its arguments in either order, but let's try to be consistent 2018-02-04 17:01:59 -08:00
Site.php wrong default param for pubstream_incl (this checkin also picked up a few minor and hopefully non-significant changes) 2018-05-18 16:57:45 -07:00
Themes.php ⬆️ 🔨 Upgrade PHP Markdown library. 2017-02-27 23:40:29 +01:00