Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-28 | 32 | -12/+394 |
| | |||||
* | Merge pull request #1521 from nextcloud/fix-mimetypedetect-hiddenfolder | Lukas Reschke | 2016-09-27 | 2 | -2/+6 |
|\ | | | | | Fix mimetype detection inside hidden folders (#26138) | ||||
| * | Fix mimetype detection inside hidden folders (#26138) | Vincent Petry | 2016-09-26 | 2 | -2/+6 |
| | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26138 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #1459 from ↵ | Lukas Reschke | 2016-09-27 | 1 | -2/+45 |
|\ \ | | | | | | | | | | | | | nextcloud/upstream-fix_trashbin_deleteallhooks_solution2 [Upstream] fix trashbin deleteallhooks solution2 | ||||
| * | | Also fire a bulk pre- and post-delete hook | Steven Bühner | 2016-09-20 | 1 | -3/+14 |
| | | | |||||
| * | | Always use the same relative Path (Starting from users home dir. i.e.: ↵ | Steven Bühner | 2016-09-20 | 1 | -4/+7 |
| | | | | | | | | | | | | "/files_trashbin/...") | ||||
| * | | Take the same path (with /USERNAME/ as base) for every emmited hooks | Steven Bühner | 2016-09-20 | 1 | -2/+2 |
| | | | |||||
| * | | Emit hooks for each file before and after all files in trashbin have been ↵ | Steven Bühner | 2016-09-20 | 1 | -23/+23 |
| | | | | | | | | | | | | deleted. | ||||
| * | | Fiy typo | Steven Bühner | 2016-09-20 | 1 | -1/+1 |
| | | | |||||
| * | | Emit Hooks for each file bevore and after all files in trashbin have been ↵ | Steven Bühner | 2016-09-20 | 1 | -3/+32 |
| | | | | | | | | | | | | deleted. | ||||
* | | | Merge pull request #1197 from nextcloud/oc-public-sharing | Lukas Reschke | 2016-09-27 | 18 | -8/+1033 |
|\ \ \ | | | | | | | | | CalDAV calendar public sharing | ||||
| * | | | fix annotations & copyright headers | Thomas Citharel | 2016-09-26 | 4 | -90/+41 |
| | | | | |||||
| * | | | fix tests | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | add in same request | Thomas Citharel | 2016-09-26 | 3 | -25/+4 |
| | | | | |||||
| * | | | fix public calendars | Thomas Citharel | 2016-09-26 | 3 | -1/+22 |
| | | | | |||||
| * | | | Use true random string as uri for public calendars - as a result we can no ↵ | Thomas Müller | 2016-09-26 | 11 | -47/+73 |
| | | | | | | | | | | | | | | | | longer return the pre-publish-url | ||||
| * | | | Add new constructor args | Lukas Reschke | 2016-09-26 | 2 | -7/+18 |
| | | | | |||||
| * | | | Add missing constructor argument | Lukas Reschke | 2016-09-26 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add test for PublicCalendarRoot | Thomas Citharel | 2016-09-26 | 1 | -0/+103 |
| | | | | |||||
| * | | | add calendarserver-sharing to the list of advertised features | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | use AllowedSharingModes for can-be-published & can-be-shared | Thomas Citharel | 2016-09-26 | 1 | -2/+3 |
| | | | | |||||
| * | | | fix can-be-published | Thomas Citharel | 2016-09-26 | 2 | -1/+5 |
| | | | | |||||
| * | | | add missing tests | Thomas Citharel | 2016-09-26 | 2 | -3/+18 |
| | | | | |||||
| * | | | add can-be-published property | Thomas Citharel | 2016-09-26 | 1 | -0/+4 |
| | | | | |||||
| * | | | add space between calendarname and owner name | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix getChild() | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | test serializer | Thomas Citharel | 2016-09-26 | 1 | -0/+56 |
| | | | | |||||
| * | | | Add publicuri to oc_dav_shares table and start working with it | Thomas Citharel | 2016-09-26 | 4 | -13/+67 |
| | | | | |||||
| * | | | fix some bracket positions | Thomas Citharel | 2016-09-26 | 1 | -14/+7 |
| | | | | |||||
| * | | | move getPublicCalendar inside the caldav backend | Thomas Citharel | 2016-09-26 | 2 | -11/+23 |
| | | | | |||||
| * | | | fix indent once and for all | Thomas Citharel | 2016-09-26 | 2 | -82/+83 |
| | | | | |||||
| * | | | fix things (indentation, tests, comments, backend custom implementation | Thomas Citharel | 2016-09-26 | 12 | -206/+281 |
| | | | | |||||
| * | | | fix unpublishing test | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix plugin test | Thomas Citharel | 2016-09-26 | 1 | -3/+15 |
| | | | | |||||
| * | | | a few tests | Thomas Citharel | 2016-09-26 | 2 | -0/+89 |
| | | | | |||||
| * | | | Disable OPTIONS handling - done by sabre | Thomas Müller | 2016-09-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Allow public access to the principals/system/public | Thomas Müller | 2016-09-26 | 1 | -3/+4 |
| | | | | |||||
| * | | | Fix wrong way to get publish status | Thomas Citharel | 2016-09-26 | 1 | -2/+1 |
| | | | | |||||
| * | | | Fix some tests | Thomas Citharel | 2016-09-26 | 2 | -3/+8 |
| | | | | |||||
| * | | | correct get published status and minor fixes | Thomas Citharel | 2016-09-26 | 2 | -35/+8 |
| | | | | |||||
| * | | | Fix DB call for MySQL databases | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Dirty hack to disable dav plugins on public calendar urls | Thomas Citharel | 2016-09-26 | 1 | -0/+20 |
| | | | | |||||
| * | | | Fix requests for browser plugin as well as for the public calendar root folder | Thomas Müller | 2016-09-26 | 2 | -34/+18 |
| | | | | |||||
| * | | | Allow not-authenticated access to specific urls | Thomas Müller | 2016-09-26 | 5 | -1/+113 |
| | | | | |||||
| * | | | Add new root collection public-calendars which holds all public calendars | Thomas Müller | 2016-09-26 | 3 | -0/+122 |
| | | | | |||||
| * | | | Start work on returning CalDAV published calendars | Thomas Citharel | 2016-09-26 | 3 | -3/+63 |
| | | | | |||||
| * | | | No need to call database twice | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Use urlgenerator to generate an absolute url | Thomas Citharel | 2016-09-26 | 2 | -8/+36 |
| | | | | | | | | | | | | | | | | And pass Config the correct way too | ||||
| * | | | Use ressource ID instead of name | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix annotations | Thomas Citharel | 2016-09-26 | 1 | -4/+4 |
| | | | |