aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* better handling of dead contactsfriendica2012-06-141-0/+2
|
* one-click change for manage modulefriendica2012-06-121-2/+3
|
* archive widgetfriendica2012-06-122-13/+35
|
* more fixesfriendica2012-06-121-1/+1
|
* fix default group for local followsfriendica2012-06-121-0/+15
|
* bug #448friendica2012-06-121-3/+4
|
* date search backend to mod/networkfriendica2012-06-111-13/+37
|
* make sure default timezone is set in external processesfriendica2012-06-111-1/+1
|
* date based profile wall filter - backendfriendica2012-06-111-8/+29
|
* network view: rembember last tab selected by userfabrixxm2012-06-111-29/+83
|
* more logging on pubsub callbacksfriendica2012-06-081-4/+12
|
* provide ability to autofriend ostatus accountsfriendica2012-06-071-1/+15
|
* png support for embedded private photosfriendica2012-06-072-2/+2
|
* png support: update database.sql, fix some typos, fix tinymce image browserFabio Comuni2012-06-074-8/+20
|
* 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
| | |_|_|/ | |/| | |