summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-09-2832-12/+394
|
* Merge pull request #1521 from nextcloud/fix-mimetypedetect-hiddenfolderLukas Reschke2016-09-272-2/+6
|\ | | | | Fix mimetype detection inside hidden folders (#26138)
| * Fix mimetype detection inside hidden folders (#26138)Vincent Petry2016-09-262-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 Reschke2016-09-271-2/+45
|\ \ | | | | | | | | | | | | nextcloud/upstream-fix_trashbin_deleteallhooks_solution2 [Upstream] fix trashbin deleteallhooks solution2
| * | Also fire a bulk pre- and post-delete hookSteven Bühner2016-09-201-3/+14
| | |
| * | Always use the same relative Path (Starting from users home dir. i.e.: ↵Steven Bühner2016-09-201-4/+7
| | | | | | | | | | | | "/files_trashbin/...")
| * | Take the same path (with /USERNAME/ as base) for every emmited hooksSteven Bühner2016-09-201-2/+2
| | |
| * | Emit hooks for each file before and after all files in trashbin have been ↵Steven Bühner2016-09-201-23/+23
| | | | | | | | | | | | deleted.
| * | Fiy typoSteven Bühner2016-09-201-1/+1
| | |
| * | Emit Hooks for each file bevore and after all files in trashbin have been ↵Steven Bühner2016-09-201-3/+32
| | | | | | | | | | | | deleted.
* | | Merge pull request #1197 from nextcloud/oc-public-sharingLukas Reschke2016-09-2718-8/+1033
|\ \ \ | | | | | | | | CalDAV calendar public sharing
| * | | fix annotations & copyright headersThomas Citharel2016-09-264-90/+41
| | | |
| * | | fix testsThomas Citharel2016-09-261-1/+1
| | | |
| * | | add in same requestThomas Citharel2016-09-263-25/+4
| | | |
| * | | fix public calendarsThomas Citharel2016-09-263-1/+22
| | | |
| * | | Use true random string as uri for public calendars - as a result we can no ↵Thomas Müller2016-09-2611-47/+73
| | | | | | | | | | | | | | | | longer return the pre-publish-url
| * | | Add new constructor argsLukas Reschke2016-09-262-7/+18
| | | |
| * | | Add missing constructor argumentLukas Reschke2016-09-261-2/+2
| | | |
| * | | Add test for PublicCalendarRootThomas Citharel2016-09-261-0/+103
| | | |
| * | | add calendarserver-sharing to the list of advertised featuresThomas Citharel2016-09-261-1/+1
| | | |
| * | | use AllowedSharingModes for can-be-published & can-be-sharedThomas Citharel2016-09-261-2/+3
| | | |
| * | | fix can-be-publishedThomas Citharel2016-09-262-1/+5
| | | |
| * | | add missing testsThomas Citharel2016-09-262-3/+18
| | | |
| * | | add can-be-published propertyThomas Citharel2016-09-261-0/+4
| | | |
| * | | add space between calendarname and owner nameThomas Citharel2016-09-261-1/+1
| | | |
| * | | fix getChild()Thomas Citharel2016-09-261-1/+1
| | | |
| * | | test serializerThomas Citharel2016-09-261-0/+56
| | | |
| * | | Add publicuri to oc_dav_shares table and start working with itThomas Citharel2016-09-264-13/+67
| | | |
| * | | fix some bracket positionsThomas Citharel2016-09-261-14/+7
| | | |
| * | | move getPublicCalendar inside the caldav backendThomas Citharel2016-09-262-11/+23
| | | |
| * | | fix indent once and for allThomas Citharel2016-09-262-82/+83
| | | |
| * | | fix things (indentation, tests, comments, backend custom implementationThomas Citharel2016-09-2612-206/+281
| | | |
| * | | fix unpublishing testThomas Citharel2016-09-261-1/+1
| | | |
| * | | fix plugin testThomas Citharel2016-09-261-3/+15
| | | |
| * | | a few testsThomas Citharel2016-09-262-0/+89
| | | |
| * | | Disable OPTIONS handling - done by sabreThomas Müller2016-09-261-1/+1
| | | |
| * | | Allow public access to the principals/system/publicThomas Müller2016-09-261-3/+4
| | | |
| * | | Fix wrong way to get publish statusThomas Citharel2016-09-261-2/+1
| | | |
| * | | Fix some testsThomas Citharel2016-09-262-3/+8
| | | |
| * | | correct get published status and minor fixesThomas Citharel2016-09-262-35/+8
| | | |
| * | | Fix DB call for MySQL databasesThomas Citharel2016-09-261-1/+1
| | | |
| * | | Dirty hack to disable dav plugins on public calendar urlsThomas Citharel2016-09-261-0/+20
| | | |
| * | | Fix requests for browser plugin as well as for the public calendar root folderThomas Müller2016-09-262-34/+18
| | | |
| * | | Allow not-authenticated access to specific urlsThomas Müller2016-09-265-1/+113
| | | |
| * | | Add new root collection public-calendars which holds all public calendarsThomas Müller2016-09-263-0/+122
| | | |
| * | | Start work on returning CalDAV published calendarsThomas Citharel2016-09-263-3/+63
| | | |
| * | | No need to call database twiceThomas Citharel2016-09-261-1/+1
| | | |
| * | | Use urlgenerator to generate an absolute urlThomas Citharel2016-09-262-8/+36
| | | | | | | | | | | | | | | | And pass Config the correct way too
| * | | Use ressource ID instead of nameThomas Citharel2016-09-261-1/+1
| | | |
| * | | Fix annotationsThomas Citharel2016-09-261-4/+4
| | | |