aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* introduce a connection type called 'ifpending' for number 6 of issue #395 - ↵friendica2014-04-041-0/+20
| | | | so that we can still have an unconditional 'pending' link. Needs testing before integrating with the nav menu
* doc updates, plus back-end work for rpost to let you post to a different ↵friendica2014-04-041-6/+20
| | | | channel than your current logged-in channel. Need the same for rbmark back-end. Then we "just" need a selector widget on the editor forms.
* clarify location - issue #392friendica2014-04-021-1/+1
|
* removed default maximagesize - it can be set in the admin pages.friendica2014-04-021-1/+1
|
* snakebite: bring back some of the legacy XML discovery interfaces, update as ↵friendica2014-04-023-35/+29
| | | | required.
* save notes every ten seconds while focused, then save them once more on focusoutfriendica2014-04-011-3/+2
|
* Missed oneThomas Willingham2014-03-301-1/+1
|
* Default discover to on.Thomas Willingham2014-03-302-4/+4
|
* make the discover tab enabled by default the first you use the admin panel, ↵friendica2014-03-291-1/+1
| | | | though it will be disabled until you use the admin panel.
* Let the site admin choose whether to display the Discover tab.Alexandre Hannud Abdo2014-03-302-1/+4
|
* provide some info to not local usersmarijus2014-03-281-1/+3
|
* another complication to deletionfriendica2014-03-281-3/+10
|
* fix delete missing permission checkfriendica2014-03-281-2/+7
|
* a few more delete fixesfriendica2014-03-271-3/+12
|
* try and sort out the item delete messfriendica2014-03-271-2/+12
|
* change wording of new connection request notification settingfriendica2014-03-271-2/+2
|
* new connection notificationfriendica2014-03-271-1/+1
|
* this will probably fix the uploaded photo permission issue, if not it should ↵friendica2014-03-271-2/+2
| | | | be close
* firehose fixes and optimisations. In particular get rid of the unresponsive ↵friendica2014-03-272-47/+16
| | | | script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable.
* add fh to other page templatesfriendica2014-03-273-0/+3
|
* superfluous commafriendica2014-03-271-2/+1
|
* catch the "new" view as wellfriendica2014-03-261-3/+3
|
* firehose testing (network?f=&fh=1) - some possible security bugs so testing ↵friendica2014-03-262-114/+19
| | | | purposes only
* more work on firehosefriendica2014-03-261-0/+2
|
* Merge https://github.com/friendica/red into zpullfriendica2014-03-261-2/+1
|\
| * Spare / and an undeclared var in editwebpage.Thomas Willingham2014-03-261-2/+1
| |
* | add admin/channelsfriendica2014-03-261-7/+155
| |
* | allow zotfeed to create a firehose of a site.friendica2014-03-261-0/+5
|/
* webfinger enhancements: per RFC7033friendica2014-03-252-5/+19
|
* This should be a slight improvement in setting ciphers - we'll punt on ↵friendica2014-03-251-0/+19
| | | | RedHat but open up the list just for openssl distros which seem to have all the problems at the moment.
* forgot to change one linemarijus2014-03-251-1/+1
|
* fix lock permissions view and autoload not kicking in on touch devices under ↵marijus2014-03-251-6/+6
| | | | certain conditions
* ssl ciphers - be liberal in what we accept, conservative in what we generatefriendica2014-03-241-2/+2
|
* 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
| |