aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* photos upload - remove phantom duplicated blank album name from selection listfriendica2014-03-231-2/+1
|
* report curl errors during install when they are most neededfriendica2014-03-231-0/+3
|
* add curl error text to mod/probe so we can remotely diagnose communication ↵friendica2014-03-231-0/+4
| | | | issues from other sites.
* allow authtest to accept webbies as well as urls since I'm always trying to ↵friendica2014-03-231-0/+4
| | | | use the former and of course it always fails.
* add expire setting, take out unknown mailers and max friend requests per day ↵friendica2014-03-191-0/+1
| | | | which aren't implemented
* little fixes of hopefully nil significancefriendica2014-03-161-2/+1
|
* json_return_and_dir isn't a thingThomas Willingham2014-03-131-1/+1
|
* json_return_and_dir is a typofriendica2014-03-121-1/+1
|
* Stick help in a templateThomas Willingham2014-03-121-3/+7
|
* protect filed conversations from expiration - we check the parent to see if ↵friendica2014-03-111-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 ↵friendica2014-03-101-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 rmagicfriendica2014-03-091-1/+0
|
* zrl and zmg are backChristian Vogeley2014-03-091-2/+1
|
* mergeChristian Vogeley2014-03-0927-175/+585
|\
| * advanced search front-endfriendica2014-03-082-2/+10
| |
| * back-end for advanced directory searchfriendica2014-03-081-15/+98
| |
| * incorrect webfinger link per fabrixxmfriendica2014-03-081-1/+1
| |
| * missing quotefriendica2014-03-071-1/+1
| |
| * Merge pull request #357 from beardy-unixer/masterfriendica2014-03-081-0/+3
| |\ | | | | | | Create sys channels
| | * Actually create syschan during installThomas Willingham2014-03-071-0/+3
| | |
| * | start new connections out with even more sane defaults than before by ↵friendica2014-03-072-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 backfriendica2014-03-061-2/+1
| |
| * missing mod/blockfriendica2014-03-051-0/+86
| |
| * lots of little fixes to blocksfriendica2014-03-052-51/+42
| |
| * move language selector to a modulefriendica2014-03-051-0/+6
| |
| * add Comanche help link to pdleditfriendica2014-03-041-0/+1
| |
| * add pdl editor to settings/displayfriendica2014-03-041-0/+1
| |
| * Red API: /api/red/item/new ; which is like /api/statuses/update except it ↵friendica2014-03-041-1/+1
| | | | | | | | uses Red semantics and returns success/failure indication.
| * stopgap solution until somebody implements endless scroll on the directoryfriendica2014-03-041-1/+1
| |
| * add system PDL editor (lets you change/personalise the layout for any module ↵friendica2014-03-041-0/+61
| | | | | | | | which has a system PDL file.)
| * fix third-party zid'sfriendica2014-03-042-0/+3
| |
| * change flags for one-way connections from hidden to unconnected so we can ↵friendica2014-03-041-17/+30
| | | | | | | | still use hidden for - well hiding connections
| * !@#$% pay~!@#$palfriendica2014-03-041-18/+0
| |
| * directory sync issuesfriendica2014-03-031-1/+6
| |
| * layout export to filefriendica2014-03-031-3/+18
| |
| * some anomolies found when viewing connections in various cases.friendica2014-03-021-2/+14
| |
| * allow one to ignore pending connectionsfriendica2014-02-281-1/+2
| |
| * put schemas in Comanche (this requires theme support (!))friendica2014-02-271-53/+48
| |
| * Capitalise $a->page['title'] in doco pages.Thomas Willingham2014-02-271-3/+3
| |
| * comanche: provide an option to add a menu class for different theming ↵friendica2014-02-251-2/+2
| | | | | | | | choices on some menus (e.g. horizontal, tabbed, etc.)
| * Merge https://github.com/friendica/red into zpullfriendica2014-02-251-2/+2
| |\
| | * Fix the weirdness of messages appearing in the middle of the screenThomas Willingham2014-02-261-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 pocofriendica2014-02-251-0/+11
| |/
| * more chatroom discoveryfriendica2014-02-251-3/+4
| |
| * allow personalised page layouts for modules.friendica2014-02-251-1/+0
| |
| * provide ability to bookmark chatrooms using rbmarkfriendica2014-02-241-1/+15
| |
| * remote "add bookmark" - like rpost but saves a bookmark from a remote hub ↵friendica2014-02-242-1/+113
| | | | | | | | into one of your own bookmark folders (or a new one if desired).
| * Make bbcode the default doco ready for the next commitThomas Willingham2014-02-241-1/+2
| |
| * minor stuff, some doco, auth cleanup, and make "unknown" more translateable ↵friendica2014-02-221-0/+1
| | | | | | | | by context.
| * This should resolve the dav authentication loop (correctly)friendica2014-02-221-1/+1
| |