aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* possible fix for issue #398friendica2014-04-071-3/+11
|
* this should be better - "xchan deleted" state on remote sites only follows ↵friendica2014-04-071-5/+6
| | | | the xchan_flags and not the channel_pageflags; XCHAN_FLAGS_DELETED should only be set if the channel is to be removed from the entire network. As mentioned in a previous commit, channel_pageflags could be set to PAGE_REMOVED but still leave living clones on other sites.
* prevent follows of and notifications to deceased channelsfriendica2014-04-071-2/+4
|
* subdue archived connections in mod/connectionsfriendica2014-04-061-1/+1
|
* more work on #395friendica2014-04-061-4/+3
|
* missing pagination on viewconnections pagefriendica2014-04-061-0/+9
|
* a bit more work towards issue #395 - cleaning up some cases which were going ↵friendica2014-04-062-2/+2
| | | | to the url directly and which weren't going through chanview. Also worth noting - mentions in posts do not go through chanview. Perhaps it is time to kill chanview (except we then cannot implemented a "connected" or "connect" button since we don't have any control over the landing page). For the time being I'm just trying to trap as many of the "visit URL" links as possible and sending them to a common place. Then we can figure out how that common place should behave.
* mod/item - get rid of some failed experiments, duplicated code and unused code.friendica2014-04-061-89/+10
|
* Merge pull request #397 from sasiflo/masterRedMatrix2014-04-061-47/+34
|\ | | | | Try to repair of channel administration
| * Merge remote-tracking branch 'upstream/master'sasiflo2014-04-061-1/+1
| |\
| * | Hope I have repaired the channel admin page.sasiflo2014-04-061-47/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Channel blocking and deleting was copied from user actions. This was not done to an end. Hope what I do is enough to enable channel blocking and deleting the correct way. On deletion all entities that belong to the channel are deleted. But the channel itself is just marked as deleted. Do not really understand why it is done this way.
* | | issue #395, item 2friendica2014-04-064-6/+17
| |/ |/|
* | use parent_mid in the parent query for enotify instead of of the parent id. ↵friendica2014-04-061-1/+1
|/ | | | This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well.
* this makes rpost to another channel work somewhat - but there are issues, ↵friendica2014-04-051-1/+8
| | | | since the ACL will belong to the wrong channel. Leaving disabled for now. I don't know that we can solve all the issues without a different design so this may end up in a plugin for those who are willing to put up with the shortcomings.
* provide the ability for rpost to post as another of your channels. This does ↵friendica2014-04-052-17/+25
| | | | not yet work, so the functionality has not been enabled.
* finish "ifpending" connectionsfriendica2014-04-041-1/+4
|
* 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
|