aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* | allow again zrl and zmg in apiChristian Vogeley2014-03-091-1/+1
|/ | | | | the problem was that the values weren’t returned and so the android client received a null value
* prevent mod/cloud looping (ping gets a new session on each call [wtf?] which ↵friendica2014-02-221-1/+1
| | | | triggers our "changed uid" detector)
* small changes to a couple of lookup functions which we need to use a bit morefriendica2014-02-201-1/+1
|
* code cleanupfriendica2014-02-202-23/+5
|
* title missing in private mention postsfriendica2014-02-201-1/+1
|
* believe i found the issue which was causing hundreds/thousands of identical ↵friendica2014-02-201-1/+1
| | | | hublocs to be created
* Merge pull request #324 from tonybaldwin/masterfriendica2014-02-201-1/+1
|\ | | | | Do not view remote profiles in frames. (changed description for display->settings), in ALL relevant files
| * s/View remote profiles as webpages/Do not view remote profiles intony baldwin2014-02-191-1/+1
| | | | | | | | frames/g
* | use a "fullscreen" icon for chanview full screen mode; add channel_menu ↵friendica2014-02-191-3/+17
|/ | | | selection and setting to the settings page.
* introduce a new privacy level "PERMS_AUTHED" to indicate somebody that is ↵friendica2014-02-182-9/+62
| | | | able to successfully authenticate (but is not necessarily in this network).
* some more snakebite and fix up include/account - forgot about that inline ↵friendica2014-02-182-14/+47
| | | | array stuff
* edit bookmarksfriendica2014-02-182-3/+3
|
* update the donation linkfriendica2014-02-171-3/+3
|
* remove the exit clausefriendica2014-02-171-6/+0
|
* snakebite, cont. magic-auth via openid is now possible, with the caveat that ↵friendica2014-02-171-2/+20
| | | | one needs a hand-crafted xchan at the moment to make use of it and if you wish to do so, there will be no assistance or help provided. The risk of system instability and mangled DBs now and going forward is significant if you try this.
* operation snakebite continued. openid now works for local accounts using the ↵friendica2014-02-172-2/+111
| | | | rmagic module and after storing your openid in pconfig. This is just an interesting but trivial (in the bigger scheme of things) side effect of snakebite. The snake hasn't even waken up yet.
* more snakebite stufffriendica2014-02-171-19/+33
|
* Merge pull request #314 from zzottel/masterfriendica2014-02-171-0/+6
|\ | | | | Make @!-tags safer
| * make sure the user can't inadvertently send a post with @!-tags to anzottel2014-02-141-0/+6
| | | | | | | | | | unintended audience because he had browsed the Matrix by collection or by contact
* | several things were not working correctly w/r/t community tagging. The ↵friendica2014-02-161-0/+1
| | | | | | | | preference vanished from settings at some point, and we also weren't updating the original post timestamp so that the changed taxonomy would propagate correctly as an edit.
* | don't include deleted channels in number of channels service class checksfriendica2014-02-161-2/+3
| |
* | don't show deleted channels on admin account summary pagefriendica2014-02-161-2/+3
| |
* | strip hard-wired zids from posted links as they will have the wrong identity ↵friendica2014-02-162-9/+3
| | | | | | | | when somebody tries to view the link
* | preserve attachments when editing a postfriendica2014-02-141-0/+9
| |
* | rev update and a minor fix (missing param) to force_refreshfriendica2014-02-142-2/+2
|/
* This makes advanced privacy settings adjustable in expert mode only. Also ↵marijus2014-02-131-0/+2
| | | | they are hidden behind a button. This is a design hotfix should probably come up with something better someday...
* make activities optional for profile things, clean up the formsfriendica2014-02-121-44/+49
|
* fix a mysql error which popped up in the dbfail logfriendica2014-02-112-3/+3
|
* shamelessly steal, and cut/paste from the settings page to get mod_photos ↵friendica2014-02-111-0/+4
| | | | edit permissions working - and it looks like we still have some other fancybox instances (yet another lightbox) which haven't yet been converted to colorbox and will need to be fixed. Way too many lightboxes.
* fixes to thing profile assignmentsfriendica2014-02-114-5/+8
|
* implement a forced directory update mode where we unconditionally create a ↵friendica2014-02-111-4/+7
| | | | directory sync packet. This is needed to ensure that monthly directory pings are propagated to other directory servers so they can each prove for themselves whether or not an account is alive or dead. We do not trust other directories to provide us information beyond "look at this entry and decide for yourself" as doing otherwise would invite rogue directory manipulations. As this scheduled update occurs on all channels across all servers, we should also pick up refresh messages from all existing channel clones and these should also propagate out to all directory servers using the same mechanism (though perhaps not at the same time).
* typos in authtestfriendica2014-02-101-1/+1
|
* fix ambiguous result message from authtestfriendica2014-02-101-1/+1
|
* add chanview mode to settingsfriendica2014-02-101-1/+5
|
* better bookmark escapingfriendica2014-02-101-3/+8
|
* don't add bookmark tags to naked links inside code blocksfriendica2014-02-101-0/+5
|
* since the project donate section was added to siteinfo - add a way for the ↵friendica2014-02-091-6/+12
| | | | hub admin to add in a donation section to keep the hub running.
* backend for chatroom activity monitor - honours permissions and returns ↵friendica2014-02-091-0/+43
| | | | (json) how many in room and last chat timestamp, regardless of whether the observer is actually in the room.
* more XSS blockage of uploaded filesfriendica2014-02-091-1/+10
|
* fix wall photosfriendica2014-02-091-1/+1
|
* that's betterfriendica2014-02-081-1/+1
|
* revert last fix, it double tagsfriendica2014-02-081-1/+1
|
* allow somebody to type #^{{naked link}}friendica2014-02-081-1/+1
| | | | -- auto-linkify it and create a bookmark tag.
* make bookmarks message into an 'info' so it expires and goes away after a bitfriendica2014-02-071-1/+1
|
* fix issue with double linkify in the git feedfriendica2014-02-071-1/+7
|
* Merge https://github.com/friendica/red into zpullfriendica2014-02-071-4/+4
|\
| * let oneself be added to a collection in exchange for deleted contactsmarijus2014-02-071-4/+4
| |
* | from olivier: use double quotes in js strings, updated FR translationfriendica2014-02-071-0/+1
|/ | | | from me: provide future ability to have an optional edit link/icon next to menus (such as bookmarks)
* missing element in new chatroom linkfriendica2014-02-061-1/+4
|
* mod/ping - don't perform any database calls if installingfriendica2014-02-061-0/+6
|