aboutsummaryrefslogtreecommitdiffstats
path: root/mod/admin.php
Commit message (Collapse)AuthorAgeFilesLines
...
* some admin page fixes and cleanupfriendica2012-03-051-3/+7
|
* admin: fix small stringFabio Comuni2012-03-011-2/+5
|
* show experimental and unsupported theme status on theme admin pagefriendica2012-02-261-2/+4
|
* fixed link for toggling plugin from detail pagefriendica2012-02-251-1/+1
|
* theme info (like plugin info)friendica2012-02-251-2/+2
|
* theme shakeup commences - themes are now administered in admin panel.friendica2012-02-231-2/+177
|
* Fixed log file issues on a freshly installed Friendica.Abinoam P. Marques Jr2012-02-181-14/+27
| | | | | | * Check to see if log file exists. * After trying to open it, check to see if it went ok. * So, check to see if the file size != 0 (fread error with size = 0)
* do not under any circumstances allow a delegated forum admin to access the ↵friendica2012-02-161-0/+7
| | | | site admin page.
* add remove_user hook (it looks like dreamhost changed all my file ↵friendica2012-01-181-0/+0
| | | | permissions, this will make a nasty commit)
* name change stragglers, fix newmember links, liveupdate glitchfriendica2011-12-141-4/+4
|
* little stuff - name change, live updates, new network typesfriendica2011-11-231-2/+2
|
* plugin check returning 0 vs falseFriendika2011-11-031-1/+1
|
* hopefully solve db update issues bug #182Friendika2011-10-181-9/+2
|
* do not poll for abandoned accountsFriendika2011-09-291-0/+4
|
* Merge remote-tracking branch 'friendika/master' into newuiFabio Comuni2011-09-051-2/+2
|\
| * error viewing logfiles over 2GbFriendika2011-09-011-1/+1
| |
| * unsafe chars in admin, add img to diaspora markdown processorFriendika2011-08-301-1/+1
| |
* | Avoid a small error in adminFabio Comuni2011-08-311-1/+1
|/
* diaspora admin toggle, update install guideFriendika2011-08-221-0/+3
|
* but #118 proxy settings in admin panelFriendika2011-08-121-4/+4
|
* First test for friendika "live" updateFabio Comuni2011-07-081-4/+62
|
* friendika-z configuration details in admin pageFriendika2011-07-071-2/+7
|
* community pageFriendika2011-07-041-11/+13
|
* re-added last item date in admin user page. relative_date return 'never' if ↵Fabio Comuni2011-06-291-6/+14
| | | | null is passed
* Fix bug #98, add "never" to relative_date(), fix batch operationsFabio Comuni2011-06-291-18/+7
|
* using pre - one less str_replace for log viewingFriendika2011-06-201-3/+3
|
* Change logic in admin.php to load plugin settings form. Add statusnet ↵fabrixxm2011-06-191-5/+8
| | | | settings form.
* admin: fix last item date in users list, fix plugins details templatefabrixxm2011-06-181-4/+5
|
* Admin: add translatable strings, remove 'rino' settings, invert ↵fabrixxm2011-06-181-14/+40
| | | | 'no'-setings, add "plugin_admin" hook for global plugins settings. add settings to twitter connector as example.
* add pagination to admin/user page to support large numbers of usersFriendika2011-06-171-4/+16
|
* fix admin log viewer (will only read the last 5M of the log, and puts the ↵Friendika2011-06-161-0/+21
| | | | text into a scrolling div)
* Admin users page. some fix to template processor.Fabio Comuni2011-06-161-5/+102
|
* Admin: register policy in site page, initial users page. Aside 'Users' link ↵Fabio Comuni2011-06-161-15/+56
| | | | show pending registrations.
* Load plugin info from plugin file. Show README.md or README from plugin dir ↵Fabio Comuni2011-06-141-5/+15
| | | | in plugin details page
* simple plugin details and log view in adminFabio Comuni2011-06-141-2/+56
|
* enable/disable plugins from admin pageFabio Comuni2011-06-141-1/+52
|
* Initial plugins admin pageFabio Comuni2011-06-141-2/+49
|
* fix a typo in site settings pagefabrixxm2011-06-131-1/+1
|
* Admin site pageFabio Comuni2011-06-131-3/+188
|
* Initial admin pageFabio Comuni2011-06-131-0/+105