aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/tuscanhobbit/redPaolo Tacconi2014-06-251-0/+2
|\
| * Set backlink to the parent folder, not cloud's root.Klaus Weidenbach2014-06-241-0/+2
| | | | | | | | | | | | | | If you edit a file and click on the backlink you always returned to the root folder of your cloud. This patch sets the correct parent folder as backlink. Bit messy, but looks like it works.
* | Display quota and translatable stringsPaolo Tacconi2014-06-251-0/+1
|/
* Oops I left some debug stuff aroundtuscanhobbit2014-06-241-1/+0
|
* Fixes to links and forward URLs in filestoragetuscanhobbit2014-06-241-46/+8
|
* clean up the awful descriptive text on thing inputfriendica2014-06-231-3/+6
|
* ability to like thingsfriendica2014-06-231-3/+8
|
* profile likesfriendica2014-06-221-60/+172
|
* when an admin censors a channel, we only need to notify the directory and ↵friendica2014-06-221-0/+1
| | | | not all the connections.
* honour the admin censored flag in the directory, and some slow progress on ↵friendica2014-06-222-58/+126
| | | | extended likes
* Add HTML5 datalist to edit photo album field.Klaus Weidenbach2014-06-221-0/+5
| | | | | | | This patch provides a datalist for the edit photo album field. This makes it easier to move a picture to another existing folder in the way that it provides a list of all available albums as values for the album field.
* moods not working in other languages + doc updatesfriendica2014-06-211-1/+1
|
* fix space around brackets changing.friendica2014-06-191-3/+5
|
* cleanupfriendica2014-06-192-2/+2
|
* Implements a new permission level PERMS_PENDINGAlexandre Hannud Abdo2014-06-191-1/+2
| | | | | | | | | | | | | | | | With this a user can allow some action to any user which connects to them, even before they've connected back. Ref. https://mobiliza.org.br/display/478d9e71eaf55748dc646d3990651d6d34cfb7db5c38360538ec730ca3ccf908@zothub.com Also some code cleanup and an alternative logic for handling notifications of permission changes in zot.php. This assumes that private posts are still restricted to people in your addressbook. Regardless of your global permissions, a pending channel won't get private posts, even if the post only has a deny clause not matching the pending channel.
* oh this is nice... http://kmkeen.com/jshon - this is what we need to make ↵friendica2014-06-181-4/+2
| | | | shred -- well "shred". I also had to change the photos album list API a bit to fix any imagined and/or real parsing issues and also fixed shred so it can find its auxiliary files.
* get rid of some old crapfriendica2014-06-171-57/+4
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-06-171-0/+1
|\
| * Merge pull request #497 from git-marijus/masterRedMatrix2014-06-171-0/+1
| |\ | | | | | | make maximum load average setting work again
| | * make maximum load average setting work againmarijus2014-06-161-0/+1
| | |
* | | sync profiles to nomadic clonesfriendica2014-06-171-1/+10
|/ /
* / project homepage tweaksfriendica2014-06-161-0/+1
|/
* sort out the unobscure messfriendica2014-06-152-1/+1
|
* issues with editing webpage permissionsfriendica2014-06-151-2/+8
|
* ensure item_private tracks acl fields on editfriendica2014-06-151-1/+10
|
* only show jotnets when posting conversation itemsfriendica2014-06-149-10/+10
|
* webpage permissions weirdnessfriendica2014-06-141-9/+14
|
* no need to have this twicemarijus2014-06-141-1/+0
|
* fix active statemarijus2014-06-141-0/+1
|
* issue #433friendica2014-06-103-5/+5
|
* merge the app menusfriendica2014-06-101-20/+17
|
* remote install app (untested)friendica2014-06-101-1/+1
|
* allow rpost to take a channel argument (the channel nickname) and change ↵friendica2014-06-091-0/+11
| | | | channel to that if it's valid
* doc updatesfriendica2014-06-061-0/+3
|
* move hexit to addons where it belongsfriendica2014-06-051-181/+0
|
* hex converter - could've been a plugin and perhaps should have been but this ↵friendica2014-06-041-0/+181
| | | | was quick. No translations or templates. Just a converter.
* duplicate birthday events showing upfriendica2014-06-041-2/+2
|
* if photo import failed during channel import, reset the xchan_photo_date so ↵friendica2014-06-041-1/+7
| | | | it will automatically fix itself.
* don't provide a second (actually third counting the navbar) search box on ↵friendica2014-06-031-1/+2
| | | | the search page if you've got saved searches turned on. This should solve some problems with duplicate html id's (and save wasn't working anyway). If you don't have saved search ability (which will provide a saved search widget in the sidebar), provide a simple search box in the main content region but without save ability.
* add sys channel (discover) posts to "anonymous" search. They will by default ↵friendica2014-06-032-9/+18
| | | | be public.
* issue #479 - tag escaping not needed here.friendica2014-06-021-8/+8
|
* bring back birthdaysfriendica2014-06-021-5/+10
|
* issue #476friendica2014-05-311-1/+1
|
* use consistent capitalisation in the item actions menufriendica2014-05-291-1/+1
|
* testing new event codefriendica2014-05-291-56/+0
|
* newevent: front end functionsfriendica2014-05-291-3/+13
|
* start to tie in the new event logicfriendica2014-05-291-2/+3
|
* Merge branch 'master' into neweventfriendica2014-05-2912-42/+237
|\ | | | | | | | | Conflicts: include/zot.php
| * cleanup dead directory entries. This was a real b#tch, so keep your eye out ↵friendica2014-05-281-0/+22
| | | | | | | | for issues - which you shouldn't see until next weekend when this is scheduled to run. We're only setting flags, so if anything goes wrong we should be able to recover without too much pain.
| * moods: simplify 'xyz is tired' rather than 'xyz is currently tired'. This is ↵friendica2014-05-281-8/+1
| | | | | | | | possible now that we have translation contexts, as before '$1 is $2' was ambiguous without a context - in this case 'mood'.