aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* Speed optimisation by enabling the posibility of the MySQL fulltext engineMichael Vogel2012-05-262-10/+24
|
* Merge remote branch 'upstream/master'Michael Vogel2012-05-2514-120/+202
|\
| * Merge https://github.com/friendica/friendica into pullfriendica2012-05-251-2/+4
| |\
| | * 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
| * | rev updatefriendica2012-05-251-1/+1
| |/
| * 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
| |
* | Performance testsMichael Vogel2012-05-201-1/+1
|/
* 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
|
* really fat fingers today - though none of this has gone further than my own sitefriendica2012-05-011-1/+1
|
* first try common friends for visitorsfriendica2012-05-011-0/+4
|
* hidden plugins (add .hidden file to dir)friendica2012-04-301-3/+20
|
* make 'aaa joined group bbb' work from the initiating end, new privacy pref ↵friendica2012-04-302-29/+80
| | | | | | to control it also hidewall wasn't properly checked before sending 'xxx is friends with yyy' messages
* start adding tooltips to tab menusfriendica2012-04-302-0/+18
|
* fix join group notificationsfriendica2012-04-302-5/+7
|