Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | network view: rembember last tab selected by user | fabrixxm | 2012-06-11 | 1 | -29/+83 | |
| | ||||||
* | more logging on pubsub callbacks | friendica | 2012-06-08 | 1 | -4/+12 | |
| | ||||||
* | provide ability to autofriend ostatus accounts | friendica | 2012-06-07 | 1 | -1/+15 | |
| | ||||||
* | png support for embedded private photos | friendica | 2012-06-07 | 2 | -2/+2 | |
| | ||||||
* | png support: update database.sql, fix some typos, fix tinymce image browser | Fabio Comuni | 2012-06-07 | 4 | -8/+20 | |
| | ||||||
* | Add support for PNG images with alpha | Fabio Comuni | 2012-06-07 | 5 | -45/+73 | |
| | ||||||
* | events: fix select events query | fabrixxm | 2012-06-07 | 1 | -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 update | friendica | 2012-06-06 | 1 | -0/+3 | |
| | ||||||
* | set minchars to 2 for PM lookups too | friendica | 2012-06-05 | 1 | -0/+1 | |
| | ||||||
* | set minchars to 2 for contacts search | friendica | 2012-06-05 | 1 | -0/+1 | |
| | ||||||
* | contacts search autocomplete | friendica | 2012-06-05 | 2 | -2/+43 | |
| | ||||||
* | Debugged implementation of Diaspora relayable_retractions | Zach Prezkuta | 2012-06-03 | 1 | -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 consistently | Zach Prezkuta | 2012-06-03 | 1 | -2/+111 | |
| | ||||||
* | Implement relaying of relayable_retractions | Zach Prezkuta | 2012-06-03 | 1 | -5/+5 | |
| | | | | Also: some whitespace cleanup, fix Diaspora parent DB query | |||||
* | prv messages: make submit translateable | Tobias Diekershoff | 2012-06-03 | 1 | -1/+2 | |
| | ||||||
* | cleanup | friendica | 2012-06-02 | 1 | -1/+3 | |
| | ||||||
* | turn "follow" into a function | friendica | 2012-06-02 | 1 | -217/+5 | |
| | ||||||
* | add hometown to profiles | friendica | 2012-06-02 | 1 | -0/+5 | |
| | ||||||
* | webfinger profile linker | friendica | 2012-06-02 | 1 | -0/+16 | |
| | ||||||
* | "howlong" added to marital status. | friendica | 2012-06-02 | 1 | -0/+10 | |
| | ||||||
* | fewer "bob smith to bob smith via wall-to-wall". | friendica | 2012-06-02 | 5 | -5/+5 | |
| | ||||||
* | registration issue after re-factor | friendica | 2012-06-01 | 1 | -1/+6 | |
| | ||||||
* | install: fix bug #436 and small typo | root | 2012-06-01 | 1 | -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' | root | 2012-06-01 | 12 | -364/+154 | |
|\ | ||||||
| * | turn registration code into a standalone function for re-use | friendica | 2012-05-31 | 1 | -310/+23 | |
| | | ||||||
| * | some zero theming on settings page | friendica | 2012-05-30 | 1 | -7/+8 | |
| | | ||||||
| * | transition to beta for private forums | friendica | 2012-05-30 | 1 | -1/+0 | |
| | | ||||||
| * | rev update | friendica | 2012-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | Create a "potential default group" called "Friends" on registration. | friendica | 2012-05-30 | 1 | -0/+5 | |
| | | ||||||
| * | private group tests, cont. | friendica | 2012-05-29 | 3 | -16/+40 | |
| | | ||||||
| * | hide private group if desired | friendica | 2012-05-29 | 1 | -6/+10 | |
| | | ||||||
| * | private group fix | friendica | 2012-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | possible sql injection in search | friendica | 2012-05-29 | 1 | -1/+1 | |
| | | ||||||
| * | Merge https://github.com/friendica/friendica into pull | friendica | 2012-05-29 | 2 | -15/+41 | |
| |\ | | | | | | | | | | | | | Conflicts: mod/search.php | |||||
| | * | Merge remote branch 'upstream/master' | Michael Vogel | 2012-05-29 | 2 | -4/+10 | |
| | |\ | ||||||
| | * \ | Merge branch 'master' of github.com:annando/friendica | Michael | 2012-05-26 | 2 | -16/+41 | |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: mod/network.php | |||||
| | | * | | Saved searches now can search for tags as well | Michael Vogel | 2012-05-26 | 2 | -6/+17 | |
| | | | | | ||||||
| | | * | | Speed optimisation by enabling the posibility of the MySQL fulltext engine | Michael Vogel | 2012-05-26 | 2 | -10/+24 | |
| | | | | | ||||||
| | | * | | Merge remote branch 'upstream/master' | Michael Vogel | 2012-05-25 | 14 | -120/+202 | |
| | | |\ \ | ||||||
| | | * | | | Performance tests | Michael Vogel | 2012-05-20 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | bugfixes: private photo embeds and search for strings with % | friendica | 2012-05-29 | 1 | -2/+2 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | ability to only expire contacts, not self | friendica | 2012-05-29 | 2 | -4/+8 | |
| | | | | | ||||||
| * | | | | more theme cleanup | friendica | 2012-05-28 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | rework the way private photos are embedded to avoid url differences and also ↵ | friendica | 2012-05-27 | 1 | -0/+1 | |
| |/ / / | | | | | | | | | | | | | check the permissions if possible to make sure that nothing sneaks by. | |||||
| * | | | missing entries on personal tab after sql text search optimise | friendica | 2012-05-25 | 2 | -7/+6 | |
| | | | | ||||||
| * | | | bug #434 - default group placement not working after accepting dfrn friend ↵ | friendica | 2012-05-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | request | |||||
| * | | | fix wall_uploaded photo permissions on group post by member | friendica | 2012-05-25 | 1 | -1/+3 | |
| | | | | ||||||
| * | | | improve location change notifications | friendica | 2012-05-25 | 1 | -1/+10 | |
| | | | | ||||||
| * | | | keep private FB stuff out of personal notes | friendica | 2012-05-25 | 1 | -2/+4 | |
| | |/ | |/| | ||||||
| * | | Merge https://github.com/friendica/friendica into pull | friendica | 2012-05-25 | 1 | -2/+4 | |
| |\ \ |