aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* Add support for PNG images with alphaFabio Comuni2012-06-075-45/+73
|
* events: fix select events queryfabrixxm2012-06-071-2/+2
| | | | | select events that starts before display start date and/or ends after display end date.
* admin page untranslated strings, remove empty list element for updatefriendica2012-06-061-0/+3
|
* set minchars to 2 for PM lookups toofriendica2012-06-051-0/+1
|
* set minchars to 2 for contacts searchfriendica2012-06-051-0/+1
|
* contacts search autocompletefriendica2012-06-052-2/+43
|
* Debugged implementation of Diaspora relayable_retractionsZach Prezkuta2012-06-031-27/+35
| | | | | | | | | | | | | | | | | | | | | | | | Diaspora "relayable_retraction" is now supported by Friendica. The following should now work: Friendica top-level post: Diaspora comment deleted, disappears in Friendica Friendica comment deleted, disappears in Diaspora Diaspora like retracted, disappears in Friendica Friendica like retracted, disappears in Diaspora Diaspora top-level post: Same There are still exceptions, however. First, Friendica and Diaspora seem to frequently reject comments with an "invalid signature" error. This can probably be fixed. Also, some comments/likes/retractions seem to just disappear on the Diaspora side. In the Diaspora log these seem to be accompanied by a "not a valid object" error, often preceeded by a "received a comment but no corresponding post" error. These seem to be purely internal, since sometimes it works for some Diaspora contacts but not others.
* first shot at getting like/unlike functions to work consistentlyZach Prezkuta2012-06-031-2/+111
|
* Implement relaying of relayable_retractionsZach Prezkuta2012-06-031-5/+5
| | | | Also: some whitespace cleanup, fix Diaspora parent DB query
* prv messages: make submit translateableTobias Diekershoff2012-06-031-1/+2
|
* cleanupfriendica2012-06-021-1/+3
|
* turn "follow" into a functionfriendica2012-06-021-217/+5
|
* add hometown to profilesfriendica2012-06-021-0/+5
|
* webfinger profile linkerfriendica2012-06-021-0/+16
|
* "howlong" added to marital status.friendica2012-06-021-0/+10
|
* fewer "bob smith to bob smith via wall-to-wall".friendica2012-06-025-5/+5
|
* registration issue after re-factorfriendica2012-06-011-1/+6
|
* install: fix bug #436 and small typoroot2012-06-011-11/+18
| | | | | Function check_htaccess() don't perform check if curl is not installed. This was leading to wsod beacuse check_htaccess() uses fetch_url().
* Merge remote branch 'friendica/master'root2012-06-0112-364/+154
|\
| * turn registration code into a standalone function for re-usefriendica2012-05-311-310/+23
| |
| * some zero theming on settings pagefriendica2012-05-301-7/+8
| |
| * transition to beta for private forumsfriendica2012-05-301-1/+0
| |
| * rev updatefriendica2012-05-301-1/+1
| |
| * Create a "potential default group" called "Friends" on registration.friendica2012-05-301-0/+5
| |
| * private group tests, cont.friendica2012-05-293-16/+40
| |
| * hide private group if desiredfriendica2012-05-291-6/+10
| |
| * private group fixfriendica2012-05-291-1/+1
| |
| * possible sql injection in searchfriendica2012-05-291-1/+1
| |
| * Merge https://github.com/friendica/friendica into pullfriendica2012-05-292-15/+41
| |\ | | | | | | | | | | | | Conflicts: mod/search.php
| | * Merge remote branch 'upstream/master'Michael Vogel2012-05-292-4/+10
| | |\
| | * \ Merge branch 'master' of github.com:annando/friendicaMichael2012-05-262-16/+41
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: mod/network.php
| | | * | Saved searches now can search for tags as wellMichael Vogel2012-05-262-6/+17
| | | | |
| | | * | 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
| | | |\ \
| | | * | | Performance testsMichael Vogel2012-05-201-1/+1
| | | | | |
| * | | | | bugfixes: private photo embeds and search for strings with %friendica2012-05-291-2/+2
| | |_|_|/ | |/| | |
| * | | | 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
| |