aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* make all naked links bookmark-ablefriendica2014-02-061-1/+1
|
* add chatroom linksfriendica2014-02-051-1/+10
|
* fix the xchan lookup toolfriendica2014-02-051-1/+3
|
* preserve system bit when editing menusfriendica2014-02-051-1/+4
|
* bookmarking bugfixfriendica2014-02-051-6/+9
|
* bookmark debug loggingfriendica2014-02-051-1/+5
|
* make links in comments bookmark-ablefriendica2014-02-041-2/+2
|
* bookmarks - mop up and go homefriendica2014-02-041-0/+34
|
* bookmarkingfriendica2014-02-042-1/+41
|
* bookmark permissionsfriendica2014-02-041-1/+5
|
* photo tagging somewhat working - but can't remove photo tags until we update ↵friendica2014-02-031-4/+22
| | | | tagrm
* some tagging fixes - including old bugs which were never reportedfriendica2014-02-031-2/+2
|
* transmit, receive, and parse bookmarksfriendica2014-02-032-7/+18
|
* accept new connection broke yesterdayfriendica2014-02-032-1/+6
|
* more wordsmithingfriendica2014-02-021-1/+1
|
* wordsmithingfriendica2014-02-021-4/+4
|
* don't draw attention to advanced permissions and their corresponding ↵friendica2014-02-022-8/+10
| | | | complexity and clearly mark the simple permissions which people are encouraged to use.
* minor text change "can" -> "may"friendica2014-02-021-2/+2
|
* Add switch to allow menus to be used as bookmark collectionsfriendica2014-02-021-0/+4
|
* make chat honour the pause key (but we still need to ping the server to ↵friendica2014-02-021-45/+49
| | | | maintain the in_room status), also the recent change to pull css out of the template file used classes instead of ids so none of the styles were sticking
* some windows fixesfriendica2014-02-021-1/+4
|
* add links to change chat status and leave roomfriendica2014-02-022-13/+29
|
* provide donation options on siteinfo pagefriendica2014-02-011-1/+17
|
* status indicationfriendica2014-02-011-1/+11
|
* provide the room name for the room you're in.friendica2014-02-011-1/+8
|