Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-22 | 2 | -14/+27 |
|\ | |||||
| * | Merge pull request #499 from dawnbreak/master | RedMatrix | 2014-06-22 | 2 | -14/+27 |
| |\ | | | | | | | Add HTML5 datalist to edit photo album field. | ||||
| | * | Add HTML5 datalist to edit photo album field. | Klaus Weidenbach | 2014-06-22 | 2 | -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 comments | friendica | 2014-06-22 | 4 | -3/+41 |
|/ | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-21 | 1 | -3/+1 |
|\ | |||||
| * | correct a tiny syntax error | Klaus | 2014-06-22 | 1 | -3/+1 |
| | | | | | | there was a space missing between two values | ||||
* | | moods not working in other languages + doc updates | friendica | 2014-06-21 | 51 | -3789/+4098 |
| | | |||||
* | | limited progress in providing a POST option to shredder, back to auth ↵ | friendica | 2014-06-19 | 2 | -26/+42 |
|/ | | | | signature mismatches again, likely a quoting issue | ||||
* | fix space around brackets changing. | friendica | 2014-06-19 | 2 | -6/+14 |
| | |||||
* | cleanup | friendica | 2014-06-19 | 4 | -19/+4 |
| | |||||
* | Merge pull request #498 from solstag/perms_pending | RedMatrix | 2014-06-20 | 7 | -115/+132 |
|\ | | | | | Implements a new permission level PERMS_PENDING | ||||
| * | Implements a new permission level PERMS_PENDING | Alexandre Hannud Abdo | 2014-06-19 | 7 | -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 ↵ | friendica | 2014-06-18 | 2 | -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 lightbox | friendica | 2014-06-18 | 2 | -3/+4 |
| | |||||
* | stylistic improvements to the suggestions page | friendica | 2014-06-18 | 2 | -10/+13 |
| | |||||
* | reset timestamps when unarchiving a connection | friendica | 2014-06-18 | 1 | -0/+13 |
| | |||||
* | You'll need these to build jshon - warning these are typically blocked by ↵ | friendica | 2014-06-18 | 2 | -0/+0 |
| | | | | .gitignore | ||||
* | Turns out Linux has a shred command in /usr/bin and its purpose is to ↵ | friendica | 2014-06-18 | 4 | -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 ↵ | friendica | 2014-06-18 | 4 | -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 ↵ | friendica | 2014-06-18 | 2 | -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 crap | friendica | 2014-06-17 | 1 | -57/+4 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-17 | 1 | -3/+2 |
|\ | |||||
| * | Doco - update external resources | Thomas Willingham | 2014-06-18 | 1 | -3/+2 |
| | | |||||
* | | add photo count to photo album list | friendica | 2014-06-17 | 2 | -3/+6 |
|/ | |||||
* | access control modification functions (item specific - we may need these for ↵ | friendica | 2014-06-17 | 2 | -0/+36 |
| | | | | several data types) | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-17 | 5 | -0/+1 |
|\ | |||||
| * | Images resized to 330pxfor consistency | jeroenpraat | 2014-06-17 | 4 | -0/+0 |
| | | |||||
| * | Merge pull request #497 from git-marijus/master | RedMatrix | 2014-06-17 | 1 | -0/+1 |
| |\ | | | | | | | make maximum load average setting work again | ||||
| | * | make maximum load average setting work again | marijus | 2014-06-16 | 1 | -0/+1 |
| | | | |||||
* | | | note work still remaining | friendica | 2014-06-17 | 1 | -0/+1 |
| | | | |||||
* | | | sync profiles to nomadic clones | friendica | 2014-06-17 | 3 | -2/+50 |
|/ / | |||||
* | | more tweaks | friendica | 2014-06-16 | 1 | -1/+1 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-16 | 7 | -109/+54 |
|\ \ | |||||
| * \ | Merge branch 'master' of https://github.com/friendica/red | jeroenpraat | 2014-06-16 | 3 | -208/+20 |
| |\ \ | |||||
| * | | | Update nl / Dark schema: Some minor, but important fixes | jeroenpraat | 2014-06-16 | 7 | -109/+54 |
| | | | | |||||
* | | | | consistency | friendica | 2014-06-16 | 1 | -2/+1 |
| |/ / |/| | | |||||
* | | | project homepage tweaks | friendica | 2014-06-16 | 3 | -208/+20 |
|/ / | |||||
* | | Merge pull request #496 from tonybaldwin/master | RedMatrix | 2014-06-17 | 1 | -1/+1 |
|\ \ | |/ |/| | added QR code instruction | ||||
| * | added QR code instruction | tony baldwin | 2014-06-16 | 1 | -1/+1 |
| | | |||||
* | | adjust expand/collapse speed to match jquery default | marijus | 2014-06-16 | 1 | -1/+1 |
| | | |||||
* | | animate show/hide comments | marijus | 2014-06-16 | 1 | -2/+2 |
| | | |||||
* | | Cleaned out/updated images dir. So that we don't mix the old colour red with ↵ | jeroenpraat | 2014-06-16 | 9 | -3658/+3481 |
| | | | | | | | | the new colour with. / Updated util/messages.po | ||||
* | | update nl | jeroenpraat | 2014-06-16 | 2 | -4/+4 |
| | | |||||
* | | Hashlogo the same size as before (width 450px was still in home.html). Added ↵ | jeroenpraat | 2014-06-16 | 4 | -0/+132 |
|/ | | | | svg and light text version for dark backgrount) | ||||
* | add assets | friendica | 2014-06-16 | 3 | -0/+195 |
| | |||||
* | remove overflow property on banner | friendica | 2014-06-16 | 2 | -2/+2 |
| | |||||
* | document why this works | friendica | 2014-06-15 | 1 | -0/+3 |
| | |||||
* | sort out the unobscure mess | friendica | 2014-06-15 | 3 | -2/+5 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-06-15 | 6 | -5534/+5749 |
|\ | |||||
| * | Merge pull request #495 from tuscanhobbit/master | Paolo T | 2014-06-15 | 2 | -5526/+5730 |
| |\ | | | | | | | IT: updated strings |