Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | report curl errors during install when they are most needed | friendica | 2014-03-23 | 1 | -0/+3 |
| | |||||
* | add curl error text to mod/probe so we can remotely diagnose communication ↵ | friendica | 2014-03-23 | 1 | -0/+4 |
| | | | | issues from other sites. | ||||
* | allow authtest to accept webbies as well as urls since I'm always trying to ↵ | friendica | 2014-03-23 | 1 | -0/+4 |
| | | | | use the former and of course it always fails. | ||||
* | add expire setting, take out unknown mailers and max friend requests per day ↵ | friendica | 2014-03-19 | 1 | -0/+1 |
| | | | | which aren't implemented | ||||
* | little fixes of hopefully nil significance | friendica | 2014-03-16 | 1 | -2/+1 |
| | |||||
* | json_return_and_dir isn't a thing | Thomas Willingham | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | json_return_and_dir is a typo | friendica | 2014-03-12 | 1 | -1/+1 |
| | |||||
* | Stick help in a template | Thomas Willingham | 2014-03-12 | 1 | -3/+7 |
| | |||||
* | protect filed conversations from expiration - we check the parent to see if ↵ | friendica | 2014-03-11 | 1 | -0/+14 |
| | | | | it is filed, but one may have filed a comment and that will vanish when the parent expires unless the parent is protected. | ||||
* | failed experiment - revert the directory to 80 results per page until ↵ | friendica | 2014-03-10 | 1 | -1/+1 |
| | | | | somebody implements endless scroll on the thing. 300 takes far too long to load all the images. | ||||
* | update cacert.pem , don't hide url link for rmagic | friendica | 2014-03-09 | 1 | -1/+0 |
| | |||||
* | zrl and zmg are back | Christian Vogeley | 2014-03-09 | 1 | -2/+1 |
| | |||||
* | merge | Christian Vogeley | 2014-03-09 | 27 | -175/+585 |
|\ | |||||
| * | advanced search front-end | friendica | 2014-03-08 | 2 | -2/+10 |
| | | |||||
| * | back-end for advanced directory search | friendica | 2014-03-08 | 1 | -15/+98 |
| | | |||||
| * | incorrect webfinger link per fabrixxm | friendica | 2014-03-08 | 1 | -1/+1 |
| | | |||||
| * | missing quote | friendica | 2014-03-07 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #357 from beardy-unixer/master | friendica | 2014-03-08 | 1 | -0/+3 |
| |\ | | | | | | | Create sys channels | ||||
| | * | Actually create syschan during install | Thomas Willingham | 2014-03-07 | 1 | -0/+3 |
| | | | |||||
| * | | start new connections out with even more sane defaults than before by ↵ | friendica | 2014-03-07 | 2 | -1/+7 |
| |/ | | | | | | | pre-filling the connedit form page. This still lets them change things before any damage has been done or before any privacy has leaked, but should reduce the number of new connections that can't comment. | ||||
| * | bring friends back | friendica | 2014-03-06 | 1 | -2/+1 |
| | | |||||
| * | missing mod/block | friendica | 2014-03-05 | 1 | -0/+86 |
| | | |||||
| * | lots of little fixes to blocks | friendica | 2014-03-05 | 2 | -51/+42 |
| | | |||||
| * | move language selector to a module | friendica | 2014-03-05 | 1 | -0/+6 |
| | | |||||
| * | add Comanche help link to pdledit | friendica | 2014-03-04 | 1 | -0/+1 |
| | | |||||
| * | add pdl editor to settings/display | friendica | 2014-03-04 | 1 | -0/+1 |
| | | |||||
| * | Red API: /api/red/item/new ; which is like /api/statuses/update except it ↵ | friendica | 2014-03-04 | 1 | -1/+1 |
| | | | | | | | | uses Red semantics and returns success/failure indication. | ||||
| * | stopgap solution until somebody implements endless scroll on the directory | friendica | 2014-03-04 | 1 | -1/+1 |
| | | |||||
| * | add system PDL editor (lets you change/personalise the layout for any module ↵ | friendica | 2014-03-04 | 1 | -0/+61 |
| | | | | | | | | which has a system PDL file.) | ||||
| * | fix third-party zid's | friendica | 2014-03-04 | 2 | -0/+3 |
| | | |||||
| * | change flags for one-way connections from hidden to unconnected so we can ↵ | friendica | 2014-03-04 | 1 | -17/+30 |
| | | | | | | | | still use hidden for - well hiding connections | ||||
| * | !@#$% pay~!@#$pal | friendica | 2014-03-04 | 1 | -18/+0 |
| | | |||||
| * | directory sync issues | friendica | 2014-03-03 | 1 | -1/+6 |
| | | |||||
| * | layout export to file | friendica | 2014-03-03 | 1 | -3/+18 |
| | | |||||
| * | some anomolies found when viewing connections in various cases. | friendica | 2014-03-02 | 1 | -2/+14 |
| | | |||||
| * | allow one to ignore pending connections | friendica | 2014-02-28 | 1 | -1/+2 |
| | | |||||
| * | put schemas in Comanche (this requires theme support (!)) | friendica | 2014-02-27 | 1 | -53/+48 |
| | | |||||
| * | Capitalise $a->page['title'] in doco pages. | Thomas Willingham | 2014-02-27 | 1 | -3/+3 |
| | | |||||
| * | comanche: provide an option to add a menu class for different theming ↵ | friendica | 2014-02-25 | 1 | -2/+2 |
| | | | | | | | | choices on some menus (e.g. horizontal, tabbed, etc.) | ||||
| * | Merge https://github.com/friendica/red into zpull | friendica | 2014-02-25 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix the weirdness of messages appearing in the middle of the screen | Thomas Willingham | 2014-02-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | and working their way downwards one comment at a time as the ping runs when joining an active chat room. | ||||
| * | | put bookmarked chatrooms into poco | friendica | 2014-02-25 | 1 | -0/+11 |
| |/ | |||||
| * | more chatroom discovery | friendica | 2014-02-25 | 1 | -3/+4 |
| | | |||||
| * | allow personalised page layouts for modules. | friendica | 2014-02-25 | 1 | -1/+0 |
| | | |||||
| * | provide ability to bookmark chatrooms using rbmark | friendica | 2014-02-24 | 1 | -1/+15 |
| | | |||||
| * | remote "add bookmark" - like rpost but saves a bookmark from a remote hub ↵ | friendica | 2014-02-24 | 2 | -1/+113 |
| | | | | | | | | into one of your own bookmark folders (or a new one if desired). | ||||
| * | Make bbcode the default doco ready for the next commit | Thomas Willingham | 2014-02-24 | 1 | -1/+2 |
| | | |||||
| * | minor stuff, some doco, auth cleanup, and make "unknown" more translateable ↵ | friendica | 2014-02-22 | 1 | -0/+1 |
| | | | | | | | | by context. | ||||
| * | This should resolve the dav authentication loop (correctly) | friendica | 2014-02-22 | 1 | -1/+1 |
| | | |||||
* | | allow again zrl and zmg in api | Christian Vogeley | 2014-03-09 | 1 | -1/+1 |
|/ | | | | | the problem was that the values weren’t returned and so the android client received a null value |