aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | ability to only expire contacts, not selffriendica2012-05-292-4/+8
| | | | |
| * | | | more theme cleanupfriendica2012-05-281-0/+1
| | | | |
| * | | | rework the way private photos are embedded to avoid url differences and also ↵friendica2012-05-271-0/+1
| |/ / / | | | | | | | | | | | | check the permissions if possible to make sure that nothing sneaks by.
| * | | missing entries on personal tab after sql text search optimisefriendica2012-05-252-7/+6
| | | |
| * | | bug #434 - default group placement not working after accepting dfrn friend ↵friendica2012-05-251-1/+1
| | | | | | | | | | | | | | | | request
| * | | fix wall_uploaded photo permissions on group post by memberfriendica2012-05-251-1/+3
| | | |
| * | | improve location change notificationsfriendica2012-05-251-1/+10
| | | |
| * | | keep private FB stuff out of personal notesfriendica2012-05-251-2/+4
| | |/ | |/|
| * | Merge https://github.com/friendica/friendica into pullfriendica2012-05-251-2/+4
| |\ \
| * | | rev updatefriendica2012-05-251-1/+1
| | | |
* | | | admin: remove update link in admin menuroot2012-05-251-1/+1
| |/ / |/| |
* | | install wizard: fix php executable pathroot2012-05-241-2/+4
|/ / | | | | | | | | | | - php executable not required - "check again" button submit form instead of reload page via js - checks form submit to install module without redirect
* | Update install wizardroot2012-05-231-35/+52
| | | | | | | | | | | | - writable .htconfig.php not required - add test for working .htaccess/mod_rewrite configuration - fix last pass: create tables, eventually show config text and print a "What next" section
* | photo rotationfriendica2012-05-231-1/+57
| |
* | keep FB out of private notesfriendica2012-05-222-3/+7
| |
* | if identity (uid) changes - reload any other open browser windows on next ping.friendica2012-05-221-0/+8
| |
* | add queue totals to admin summary pagefriendica2012-05-221-1/+14
| |
* | redir links for permission controlled attachmentsfriendica2012-05-212-11/+7
| |
* | rev update, bug 428, 429, and ability to block globaldir submissions from ↵friendica2012-05-212-1/+15
| | | | | | | | demo sites
* | rev updatefriendica2012-05-203-59/+15
| |
* | search with leading @ performs directory search (# for tag search), nothing ↵friendica2012-05-192-1/+8
| | | | | | | | for text search
* | set comment permissions explicitly to parent permissionsfriendica2012-05-191-5/+14
|/
* backend support for 'x' deliveries per process - x is configurable, more ↵friendica2012-05-191-0/+6
| | | | importantly any search starting with # is automatically a tag search. TODO: Need to extend this to people searches starting with @
* profile change activity link bugfriendica2012-05-181-1/+1
|
* theming for default group selectorfriendica2012-05-181-1/+1
|
* catch more places to apply default groupfriendica2012-05-181-0/+10
|
* make it difficult to setup a private forum with no privacyfriendica2012-05-171-4/+13
|
* more private forums, default privacy group for new contactsfriendica2012-05-173-2/+38
|
* tell browser not to cache permission denied (private) photos so that after ↵friendica2012-05-171-2/+19
| | | | authenticating we don't have to fight the browser - plus more prvgroup work
* fix PM replies after autocomplete changesfriendica2012-05-101-3/+6
|
* add photos to PM autocomplete, improved appearancefriendica2012-05-102-3/+6
|
* email autocompletefriendica2012-05-101-17/+24
|
* slight improvement in a couple of queriesfriendica2012-05-081-8/+8
|
* wrap private message autocomplete in an ifdef to make it easier to test/developfriendica2012-05-081-7/+14
|
* make mod-follow hookable (e.g. service class limits) and also begin to ↵friendica2012-05-071-17/+28
| | | | prepare it for functionalisation
* separate poll_interval from delivery_interval - default is the same.friendica2012-05-071-0/+3
|
* reset permissions to forum default when adding forum delivery chainfriendica2012-05-061-1/+2
|
* I'll leave the private mail recipient autocomplete partially done. Need a ↵friendica2012-05-061-3/+10
| | | | good UI/JS person to finish it off.
* mail autcomplete testingfriendica2012-05-061-15/+18
|
* email recip autocompletefriendica2012-05-061-0/+25
|
* bad sql left after the mailbox in/out mergefriendica2012-05-051-1/+1
|
* category removalfriendica2012-05-041-1/+7
|
* "show more" friends in commonfriendica2012-05-042-16/+63
|
* implement max load average before queuing/deferring delivery and poller ↵friendica2012-05-031-1/+3
| | | | processes
* use html symbols for double quotesfriendica2012-05-031-1/+1
|
* string updatefriendica2012-05-031-1/+1
|
* Avoid tagging both '@Robert Johnson' and also '@Robert', when '@Robert ↵friendica2012-05-021-5/+33
| | | | Johnson' was already matched, and '@Robert' might be somebody different entirely.
* use cid rather than uid in permsfriendica2012-05-021-3/+12
|
* Modify events_post() in mod/events.php to set the `private` field to true ↵Zach Prezkuta2012-05-021-0/+19
| | | | when an event is shared with specific people. This is necessary to have event posts show correctly in Diaspora if an event is created visible only to self, but modified later to be visible to others.
* delineate the new profile changes from the rest of the textfriendica2012-05-021-1/+1
|