aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* bug #99 - don't show album name/link if photos are privateFriendika2011-06-301-1/+35
|
* now that we have admin interface, completely remove register approvals from ↵Friendika2011-06-292-33/+1
| | | | notifications
* switch to text mode group editor after 'n' contactsFriendika2011-06-292-4/+27
|
* collapse multiple spaces in usernamesFriendika2011-06-291-0/+3
|
* allow spaces in @ tagsFriendika2011-06-292-7/+17
|
* 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
|
* don't allow blocked/unverified users to reset their password.Friendika2011-06-291-2/+6
|
* get app structure needed in regmodFriendika2011-06-291-0/+3
|
* do not translate hidden photo album 'Contact Photos' as it may become ↵Friendika2011-06-281-7/+13
| | | | unhidden when different language is used.
* bug #96 move libraries to library - better alignment of like rotatorFriendika2011-06-282-7/+4
|
* dbg info for photo uploadsFriendika2011-06-281-0/+11
|
* trim webfinger requestFriendika2011-06-271-1/+1
|
* preformat webfinger outputFriendika2011-06-271-0/+2
|
* some basic margins for friend suggestion screenFriendika2011-06-271-1/+1
|
* make friend suggest themeableFriendika2011-06-271-6/+3
|
* ignore current contact on friend suggestion pickerFriendika2011-06-271-2/+2
|
* friend suggestionsFriendika2011-06-262-0/+119
|
* recipient ui, friend suggestionsFriendika2011-06-261-12/+43
|
* pass notify endpoint with friend suggestionsFriendika2011-06-261-6/+8
|
* allow cross-site xrd/lrdd/webfingerFriendika2011-06-251-1/+1
|
* suggestion templateFriendika2011-06-251-4/+4
|
* bug #95Friendika2011-06-231-1/+1
|
* don't update an event that hasn't changed.Friendika2011-06-231-0/+1
|
* new item view, sort by received date - not posted date.Friendika2011-06-232-3/+5
|
* don't allow tags in app sourceFriendika2011-06-231-1/+1
|
* Merge pull request #126 from fabrixxm/dispyFriendika2011-06-234-12/+58
|\ | | | | Dispy
| * add profile tabs to "photos", "events" and "notes". in dispy, show active tab.Fabio Comuni2011-06-234-12/+58
| |
* | friendika-z initial implementationFriendika2011-06-231-0/+1
|/
* receive friendship suggestion over the wire (dfrn) and storeFriendika2011-06-221-1/+71
|
* item sourceFriendika2011-06-201-2/+6
|
* using pre - one less str_replace for log viewingFriendika2011-06-201-3/+3
|
* module to provide local "find people like me" when global dir unavailableFriendika2011-06-202-1/+42
|
* api post sort of working - output status,user need to be swappedFriendika2011-06-191-0/+2
|
* move profile privacy settings to the Privacy section of the Settings pageFriendika2011-06-193-20/+42
|
* 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
|
* remove debug statementsFriendika2011-06-161-2/+2
|
* 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)
* Merge pull request #116 from fabrixxm/adminFriendika2011-06-162-75/+683
|\ | | | | Admin pages
| * Admin users page. some fix to template processor.Fabio Comuni2011-06-162-80/+195
| |
| * 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
| |
| * Merge remote-tracking branch 'friendika-master/master' into adminFabio Comuni2011-06-147-127/+73
| |\
| * | Initial plugins admin pageFabio Comuni2011-06-141-2/+49
| | |
| * | fix a typo in site settings pagefabrixxm2011-06-131-1/+1
| | |