aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master', remote-tracking branch 'remotes/upstream/master'Simon L'nu2012-05-3124-717/+856
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remotes/upstream/master: turn registration code into a standalone function for re-use query using both `id` and `parent` prevent email from leaking in feeds y didn't i think of this b4? some zero theming on settings page missing delimiter transition to beta for private forums rev update Friendicaland - you can't 'live' on a demo server. Create a "potential default group" called "Friends" on registration. fix private photos that also have a size specification private group tests, cont. hide private group if desired prvgroup should see intros private group fix possible sql injection in search bugfixes: private photo embeds and search for strings with % * master:
| * turn registration code into a standalone function for re-usefriendica2012-05-315-436/+494
| |
| * Merge pull request #319 from fermionic/fix-diaspora-parent-queryfriendica2012-05-311-2/+10
| |\ | | | | | | query using both `id` and `parent`
| | * query using both `id` and `parent`Zach Prezkuta2012-05-311-2/+10
| |/
| * prevent email from leaking in feedsfriendica2012-05-301-0/+4
| |
| * y didn't i think of this b4?friendica2012-05-301-0/+4
| |
| * some zero theming on settings pagefriendica2012-05-304-12/+26
| |
| * missing delimiterfriendica2012-05-301-1/+1
| |
| * Merge https://github.com/friendica/friendica into pullfriendica2012-05-301-1/+1
| |\
| | * Friendicaland - you can't 'live' on a demo server.Thomas Willingham2012-05-301-1/+1
| | |
| * | transition to beta for private forumsfriendica2012-05-302-3/+0
| | |
| * | rev updatefriendica2012-05-303-168/+172
| | |
| * | Create a "potential default group" called "Friends" on registration.friendica2012-05-301-0/+5
| | |
| * | fix private photos that also have a size specificationfriendica2012-05-301-2/+2
| |/
| * private group tests, cont.friendica2012-05-298-24/+54
| |
| * hide private group if desiredfriendica2012-05-292-6/+14
| |
| * prvgroup should see introsfriendica2012-05-291-1/+1
| |
| * private group fixfriendica2012-05-291-1/+1
| |
| * possible sql injection in searchfriendica2012-05-292-3/+3
| |
| * Merge https://github.com/friendica/friendica into pullfriendica2012-05-2913-111/+197
| |\ | | | | | | | | | | | | Conflicts: mod/search.php
| * | bugfixes: private photo embeds and search for strings with %friendica2012-05-294-148/+154
| | |
* | | Merge branch 'master', remote-tracking branch 'remotes/upstream/master'Simon L'nu2012-05-290-0/+0
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * remotes/upstream/master: Add two hooks, event_created and event_updated. One Bugfix for the <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 MySQL-Fulltext search option is disabled by default Disabled logging of SQL statements Doing negative caching for config values, special logfile for database optmisations Saved searches now can search for tags as well Deactivating the test output in db engine Speed optimisation by enabling the posibility of the MySQL fulltext engine Performance tests API: RSS-Feeds are now shortened to 1000 characters. (With added link) * master:
* | Merge pull request #316 from annando/masterSimon2012-05-297-78/+148
|\ \ | | | | | | Speed improvements
| * | MySQL-Fulltext search option is disabled by defaultMichael Vogel2012-05-291-1/+1
| | |
| * | Disabled logging of SQL statementsMichael Vogel2012-05-291-4/+4
| | |
| * | Merge remote branch 'upstream/master'Michael Vogel2012-05-2927-655/+660
| |\|
| * | Merge branch 'master' of github.com:annando/friendicaMichael Vogel2012-05-268-46/+67
| |\ \
| | * \ Merge branch 'master' of github.com:annando/friendicaMichael2012-05-267-31/+76
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: mod/network.php
| | * \ \ Merge remote branch 'upstream/master'Michael2012-05-2665-1886/+2705
| | |\ \ \
| | * \ \ \ Merge branch 'master' of github.com:annando/friendicaMichael2012-05-19915-87935/+37921
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of github.com:annando/friendicaMichael2012-05-16981-4562/+162753
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote branch 'upstream/master'Michael2012-04-1498-911/+2464
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote branch 'upstream/master'Michael2012-04-1392-12077/+2089
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote branch 'upstream/master'Michael2012-04-11133-1946/+2921
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:annando/friendicaMichael2012-04-112186-18156/+97640
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/master'Michael2012-03-0341-273/+2646
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/master'Michael2012-03-0213-69/+50
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/master'Michael2012-03-0250-741/+1128
| | |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Doing negative caching for config values, special logfile for database ↵Michael Vogel2012-05-262-4/+26
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | optmisations
| * | | | | | | | | | | | | Saved searches now can search for tags as wellMichael Vogel2012-05-262-6/+17
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | 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-265-18/+43
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote branch 'upstream/master'Michael Vogel2012-05-2564-1873/+2671
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Performance testsMichael Vogel2012-05-204-10/+19
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge remote branch 'upstream/master'Michael Vogel2012-05-1926-665/+1036
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/master'Michael Vogel2012-05-16109-12544/+17543
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge remote branch 'upstream/master'Michael Vogel2012-05-09854-82504/+27120
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | API: RSS-Feeds are now shortened to 1000 characters. (With added link)Michael Vogel2012-04-221-45/+48
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge commit 'upstream/master'Michael Vogel2012-04-21864-4473/+154113
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'upstream/master'Michael Vogel2012-04-15162-136/+8652
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \