Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add rename support for DAV directories. | Klaus Weidenbach | 2014-06-30 | 2 | -15/+63 |
| | | | | This works only over DAV right now, no GUI yet. | ||||
* | Return a correct timestamp when a folder is empty. | Klaus Weidenbach | 2014-06-29 | 1 | -9/+23 |
| | | | | | If a folder was empty a zero timestamp was returned. Now it will return the timestamp of the folder itself. | ||||
* | Fixed some more timestamp bugs in RedDAV. | Klaus Weidenbach | 2014-06-29 | 2 | -18/+37 |
| | | | | Fixed an SQL-query in RedFile::put(), where parameters where in wrong order. | ||||
* | Fixed a wrong timestamp update when adding a file. | Klaus Weidenbach | 2014-06-29 | 2 | -7/+13 |
| | | | | | | | When a file was uploaded the timestamp of the containing folder should get updated, but the timestamp of the first file in the folder was mistakenly updated. There are some more wrong timestamps, but still looking for the bug. | ||||
* | Merge pull request #513 from dawnbreak/master | RedMatrix | 2014-06-29 | 1 | -433/+586 |
|\ | | | | | Some documentation for include/reddav.php and a new tpl-file. | ||||
| * | Some documentation for include/reddav.php and a new tpl-file. | Klaus Weidenbach | 2014-06-29 | 1 | -433/+586 |
| | | | | | | | | | | | | | | | | | | | | | | Documented include/reddav.php a bit more to understand what it is about to try to clean up some parts. Still a lot to be done here. I put serveral @todo markers that need to be checked. Moved some more HTML to template file. Changed getETag() return format according to documentation. (ETag MUST be surrounded by double-quotes) | ||||
* | | remove the feature setting until the community decides what to do and makes ↵ | friendica | 2014-06-28 | 1 | -1/+1 |
| | | | | | | | | it happen | ||||
* | | rule of snakes #1, kill the snake. | friendica | 2014-06-28 | 1 | -2/+2 |
|/ | | | | | | tinymce is gone. if you want a visual editor, figure out what you want and make it happen. If you don't want a visual editor, do nothing. This is in the community's hands. I don't need a visual editor. | ||||
* | notification being sent for comments from blocked connections on same site. | friendica | 2014-06-26 | 1 | -0/+1 |
| | |||||
* | bring back profile_tabs for unauthenticated visitors to /cloud page | friendica | 2014-06-25 | 2 | -3/+1 |
| | |||||
* | Templified cloud's directory listing. | Klaus Weidenbach | 2014-06-26 | 1 | -190/+170 |
| | | | | | | Moved HTML for the directory listing from include/reddav.php to it's own template file. Still need to clean it up bit more, but should be useable already. | ||||
* | Delete confirmation is translatable | Paolo Tacconi | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | Display quota and translatable strings | Paolo Tacconi | 2014-06-25 | 1 | -37/+66 |
| | |||||
* | Oops I left some debug stuff around | tuscanhobbit | 2014-06-24 | 1 | -5/+11 |
| | |||||
* | Fixes to links and forward URLs in filestorage | tuscanhobbit | 2014-06-24 | 2 | -17/+60 |
| | |||||
* | clean up the awful descriptive text on thing input | friendica | 2014-06-23 | 1 | -1/+1 |
| | |||||
* | block edit/delete ability for everybody but the owner | friendica | 2014-06-23 | 1 | -7/+16 |
| | |||||
* | Merge branch 'master' of https://github.com/tuscanhobbit/red into ↵ | friendica | 2014-06-23 | 1 | -27/+78 |
|\ | | | | | | | tuscanhobbit-master | ||||
| * | Dav file browser on a single page | tuscanhobbit | 2014-06-24 | 1 | -27/+78 |
| | | |||||
* | | ability to like things | friendica | 2014-06-23 | 2 | -3/+17 |
| | | |||||
* | | process profile like removals with normal low_level drop_item | friendica | 2014-06-23 | 1 | -0/+9 |
|/ | |||||
* | profile likes | friendica | 2014-06-22 | 2 | -1/+23 |
| | |||||
* | when an admin censors a channel, we only need to notify the directory and ↵ | friendica | 2014-06-22 | 1 | -6/+13 |
| | | | | not all the connections. | ||||
* | fix space around brackets changing. | friendica | 2014-06-19 | 1 | -3/+9 |
| | |||||
* | Implements a new permission level PERMS_PENDING | Alexandre Hannud Abdo | 2014-06-19 | 4 | -42/+59 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | put viewsrc back in a lightbox | friendica | 2014-06-18 | 1 | -1/+1 |
| | |||||
* | reset timestamps when unarchiving a connection | friendica | 2014-06-18 | 1 | -0/+13 |
| | |||||
* | oh this is nice... http://kmkeen.com/jshon - this is what we need to make ↵ | friendica | 2014-06-18 | 1 | -3/+4 |
| | | | | 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. | ||||
* | add photo count to photo album list | friendica | 2014-06-17 | 1 | -2/+3 |
| | |||||
* | access control modification functions (item specific - we may need these for ↵ | friendica | 2014-06-17 | 2 | -0/+36 |
| | | | | several data types) | ||||
* | note work still remaining | friendica | 2014-06-17 | 1 | -0/+1 |
| | |||||
* | sync profiles to nomadic clones | friendica | 2014-06-17 | 1 | -0/+39 |
| | |||||
* | document why this works | friendica | 2014-06-15 | 1 | -0/+3 |
| | |||||
* | sort out the unobscure mess | friendica | 2014-06-15 | 1 | -1/+4 |
| | |||||
* | issues with editing webpage permissions | friendica | 2014-06-15 | 1 | -2/+4 |
| | |||||
* | only show jotnets when posting conversation items | friendica | 2014-06-14 | 1 | -2/+4 |
| | |||||
* | webpage permissions weirdness | friendica | 2014-06-14 | 1 | -6/+8 |
| | |||||
* | whitespace | marijus | 2014-06-14 | 2 | -3/+0 |
| | |||||
* | unclutter menues a little | marijus | 2014-06-14 | 2 | -19/+18 |
| | |||||
* | load main.js last | friendica | 2014-06-13 | 1 | -1/+15 |
| | |||||
* | send new connection notification even if auto-perms are set | friendica | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | issue #433 | friendica | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | merge the app menus | friendica | 2014-06-10 | 1 | -3/+13 |
| | |||||
* | syntax error | friendica | 2014-06-10 | 1 | -1/+1 |
| | |||||
* | should really wait until after the first cuppa | friendica | 2014-06-10 | 1 | -4/+5 |
| | |||||
* | remote install app (untested) | friendica | 2014-06-10 | 1 | -1/+14 |
| | |||||
* | notify tweaks | friendica | 2014-06-09 | 1 | -0/+2 |
| | |||||
* | doc updates | friendica | 2014-06-06 | 2 | -2/+10 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/red | jeroenpraat | 2014-06-05 | 3 | -0/+43 |
|\ | |||||
| * | poke notifications | friendica | 2014-06-04 | 1 | -0/+28 |
| | |