aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* possible sql injection in searchfriendica2012-05-291-2/+2
|
* Merge https://github.com/friendica/friendica into pullfriendica2012-05-294-68/+110
|\ | | | | | | | | Conflicts: mod/search.php
| * Merge pull request #316 from annando/masterSimon2012-05-293-62/+99
| |\ | | | | | | Speed improvements
| | * Disabled logging of SQL statementsMichael Vogel2012-05-291-4/+4
| | |
| | * Merge remote branch 'upstream/master'Michael Vogel2012-05-298-16/+109
| | |\
| | * | Doing negative caching for config values, special logfile for database ↵Michael Vogel2012-05-262-4/+26
| | | | | | | | | | | | | | | | optmisations
| | * | Deactivating the test output in db engineMichael Vogel2012-05-261-2/+2
| | | |
| | * | Speed optimisation by enabling the posibility of the MySQL fulltext engineMichael Vogel2012-05-262-8/+16
| | | |
| | * | Merge remote branch 'upstream/master'Michael Vogel2012-05-2511-44/+126
| | |\ \
| | * | | Performance testsMichael Vogel2012-05-202-9/+13
| | | | |
| | * | | Merge remote branch 'upstream/master'Michael Vogel2012-05-196-388/+610
| | |\ \ \
| | * \ \ \ Merge remote branch 'upstream/master'Michael Vogel2012-05-166-8/+22
| | |\ \ \ \
| | * \ \ \ \ Merge remote branch 'upstream/master'Michael Vogel2012-05-0925-562/+1053
| | |\ \ \ \ \
| | * | | | | | API: RSS-Feeds are now shortened to 1000 characters. (With added link)Michael Vogel2012-04-221-45/+48
| | | | | | | |
| * | | | | | | Add two hooks, event_created and event_updated. One Bugfix for the ↵Tobias Hößl2012-05-291-6/+11
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | <id>...</id> tag ($uri was never defined). Commented out the parse_event() function - its never called and would lead to a program abortion due to a broken require_once at the beginning
* / | | | | | bugfixes: private photo embeds and search for strings with %friendica2012-05-291-1/+1
|/ / / / / /
* | | | | | ability to only expire contacts, not selffriendica2012-05-291-1/+1
| | | | | |
* | | | | | Provide backend option to only expire other peoples' conversations.friendica2012-05-281-1/+8
| | | | | |
* | | | | | rev updatefriendica2012-05-281-2/+2
| | | | | |
* | | | | | add plugin hooks to gender, sexpref, and marital selectorsfriendica2012-05-271-0/+7
| | | | | |
* | | | | | birthday in november,december bugfriendica2012-05-271-2/+2
| | | | | |
* | | | | | rework the way private photos are embedded to avoid url differences and also ↵friendica2012-05-273-10/+82
| | | | | | | | | | | | | | | | | | | | | | | | check the permissions if possible to make sure that nothing sneaks by.
* | | | | | handle multiple underscores in D* linksfriendica2012-05-262-1/+8
| | | | | |
* | | | | | allow force ssl on notificationsfriendica2012-05-261-1/+1
| |_|_|_|/ |/| | | |
* | | | | add a placeholder attribute on search-text; dispy fixesSimon L'nu2012-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
* | | | | photo rotationfriendica2012-05-231-0/+6
| | | | |
* | | | | keep FB out of private notesfriendica2012-05-221-13/+17
| | | | |
* | | | | clear submanage, etc from session on logoutfriendica2012-05-221-0/+7
| | | | |
* | | | | cause of bogus wall-to-wall posts foundfriendica2012-05-221-1/+1
| | | | |
* | | | | Merge branch 'master' of https://github.com/friendica/friendicaTobias Diekershoff2012-05-222-16/+23
|\ \ \ \ \
| * | | | | redir links for permission controlled attachmentsfriendica2012-05-212-16/+23
| | | | | |
* | | | | | fix setting array values to config itemsTobias Diekershoff2012-05-221-3/+1
|/ / / / /
* | | | | rev update, bug 428, 429, and ability to block globaldir submissions from ↵friendica2012-05-211-1/+9
| | | | | | | | | | | | | | | | | | | | demo sites
* | | | | rev updatefriendica2012-05-203-9/+61
| |_|_|/ |/| | |
* | | | backend support for 'x' deliveries per process - x is configurable, more ↵friendica2012-05-192-377/+388
| | | | | | | | | | | | | | | | importantly any search starting with # is automatically a tag search. TODO: Need to extend this to people searches starting with @
* | | | theming for default group selectorfriendica2012-05-181-1/+4
| | | |
* | | | more private forums, default privacy group for new contactsfriendica2012-05-174-30/+69
| | | |
* | | | tell browser not to cache permission denied (private) photos so that after ↵friendica2012-05-171-3/+3
| | | | | | | | | | | | | | | | authenticating we don't have to fight the browser - plus more prvgroup work
* | | | setup delivery chain for private groups (work in progress)friendica2012-05-171-21/+26
| | | |
* | | | bring in the *much better* xml parser from the original zot branchfriendica2012-05-161-0/+164
| |_|/ |/| |
* | | Allow plugins to modify the contact photo menuMatthew Exon2012-05-151-1/+1
| | |
* | | rename get_language() to get_browser_language()friendica2012-05-132-4/+4
| | |
* | | fix search/new against possible email leakagefriendica2012-05-111-0/+3
| | |
* | | better test of email reply visibilityfriendica2012-05-112-3/+3
| | |
* | | moderated comment templatesfriendica2012-05-111-0/+11
| |/ |/|
* | send browser back to correct page (with query args) after postingfriendica2012-05-091-1/+1
| |
* | slight improvement in a couple of queriesfriendica2012-05-081-0/+6
| |
* | don't provide 'show more' on remote friends in common unless there are ↵friendica2012-05-081-1/+2
| | | | | | | | actually more
* | make it optional to optimize the item table after expirefriendica2012-05-081-1/+5
| |
* | finished dry run - now for real testfriendica2012-05-071-1/+3
| |