aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Display quota and translatable stringsPaolo Tacconi2014-06-252-37/+67
|
* IT: updated strings & fixed readme img linktuscanhobbit2014-06-243-11/+11
|
* Oops I left some debug stuff aroundtuscanhobbit2014-06-242-6/+11
|
* Fixes to links and forward URLs in filestoragetuscanhobbit2014-06-244-64/+69
|
* Doco - oops, forgot the indexThomas Willingham2014-06-241-1/+1
|
* Doco - gnusocial doco from RandalThomas Willingham2014-06-242-0/+63
|
* another one ticked offfriendica2014-06-232-4/+0
|
* Merge pull request #501 from pixelroot/masterRedMatrix2014-06-242-1723/+1714
|\ | | | | modified: view/ru/messages.po
| * modified: view/ru/messages.popixelroot2014-06-232-1723/+1714
| | | | | | | | modified: view/ru/strings.php
* | clean up the awful descriptive text on thing inputfriendica2014-06-232-4/+7
| |
* | move the reset of "in_progress" to after the page and structures have ↵friendica2014-06-231-1/+2
| | | | | | | | completed updating
* | block edit/delete ability for everybody but the ownerfriendica2014-06-231-7/+16
| |
* | Merge branch 'master' of https://github.com/tuscanhobbit/red into ↵friendica2014-06-231-27/+78
|\ \ | | | | | | | | | tuscanhobbit-master
| * | Dav file browser on a single pagetuscanhobbit2014-06-241-27/+78
| |/
* | ability to like thingsfriendica2014-06-239-12/+62
| |
* | language selector appfriendica2014-06-232-0/+3
| |
* | process profile like removals with normal low_level drop_itemfriendica2014-06-232-1/+10
|/
* profile likesfriendica2014-06-226-61/+229
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-06-224-1718/+1665
|\
| * Merge pull request #500 from tuscanhobbit/masterPaolo T2014-06-222-1669/+1661
| |\ | | | | | | IT: strings updated
| | * IT: strings updatedtuscanhobbit2014-06-222-1669/+1661
| | |
| * | Merge branch 'master' of https://github.com/friendica/redThomas Willingham2014-06-2281-4074/+4430
| |\ \
| * | | Minor docoThomas Willingham2014-06-222-49/+4
| | | |
* | | | give the admin a link to view channels from the channel admin pagefriendica2014-06-221-1/+1
| | | |
* | | | when an admin censors a channel, we only need to notify the directory and ↵friendica2014-06-222-6/+14
| | | | | | | | | | | | | | | | not all the connections.
* | | | honour the admin censored flag in the directory, and some slow progress on ↵friendica2014-06-225-61/+141
| |/ / |/| | | | | | | | extended likes
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-06-222-14/+27
|\ \ \
| * \ \ Merge pull request #499 from dawnbreak/masterRedMatrix2014-06-222-14/+27
| |\ \ \ | | | | | | | | | | Add HTML5 datalist to edit photo album field.
| | * | | Add HTML5 datalist to edit photo album field.Klaus Weidenbach2014-06-222-14/+27
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | 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.
* / / / likes table for liking things besides posts and commentsfriendica2014-06-224-3/+41
|/ / /
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-06-211-3/+1
|\ \ \
| * | | correct a tiny syntax errorKlaus2014-06-221-3/+1
| | | | | | | | | | | | there was a space missing between two values
* | | | moods not working in other languages + doc updatesfriendica2014-06-2151-3789/+4098
| | | |
* | | | limited progress in providing a POST option to shredder, back to auth ↵friendica2014-06-192-26/+42
|/ / / | | | | | | | | | signature mismatches again, likely a quoting issue
* | | fix space around brackets changing.friendica2014-06-192-6/+14
| | |
* | | cleanupfriendica2014-06-194-19/+4
| | |
* | | Merge pull request #498 from solstag/perms_pendingRedMatrix2014-06-207-115/+132
|\ \ \ | | | | | | | | Implements a new permission level PERMS_PENDING
| * | | Implements a new permission level PERMS_PENDINGAlexandre Hannud Abdo2014-06-197-115/+132
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | wherein I revive some of my 30+year old shell scripting skills so that we ↵friendica2014-06-182-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | can process arbitrary api endpoints which generate arbitrary json and be able to crunch all of these on the command line. Getting the arbitrary query arguments into a form where they could be signed as part of the oauth packet was a challenge. (It still might be - I haven't tried querying any Chinese photo album names yet). But you can now do something like for a in `util/shredder/shredder -c red/photos -q album=2013 | jshon -e photos -a -e src` ; do wget $a; done and download all the photos in your 2013 album
* | | put viewsrc back in a lightboxfriendica2014-06-182-3/+4
| | |
* | | stylistic improvements to the suggestions pagefriendica2014-06-182-10/+13
| | |
* | | reset timestamps when unarchiving a connectionfriendica2014-06-181-0/+13
| | |
* | | You'll need these to build jshon - warning these are typically blocked by ↵friendica2014-06-182-0/+0
| | | | | | | | | | | | .gitignore
* | | Turns out Linux has a shred command in /usr/bin and its purpose is to ↵friendica2014-06-184-1/+2
| | | | | | | | | | | | over-write files so we don't want to invoke it accidentally. So as not to cause confusion and issues we will rename ours to "shredder". Aussies are of course allowed to alias this to "shredda".
* | | oh this is nice... http://kmkeen.com/jshon - this is what we need to make ↵friendica2014-06-184-12/+17
| | | | | | | | | | | | 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.
* | | now we should be able to remove the function check. Revert if live updates ↵friendica2014-06-182-28/+8
| | | | | | | | | | | | or page loads go weird. I've tested, but it went weird on me last time I tried this a week or so ago so I'm crossing fingers.
* | | get rid of some old crapfriendica2014-06-171-57/+4
| | |
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-06-171-3/+2
|\| |
| * | Doco - update external resourcesThomas Willingham2014-06-181-3/+2
| | |
* | | add photo count to photo album listfriendica2014-06-172-3/+6
|/ /