aboutsummaryrefslogtreecommitdiffstats
path: root/mod/admin.php
Commit message (Collapse)AuthorAgeFilesLines
* 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