Commit Graph

34780 Commits (f3319f62949f873420d8ebe843b26cc66fc1314f)
 

Author SHA1 Message Date
Thomas Citharel 691b3ab448
Add publicuri to oc_dav_shares table and start working with it 8 years ago
Thomas Citharel dd248caa09
fix some bracket positions 8 years ago
Thomas Citharel 1899116509
move getPublicCalendar inside the caldav backend 8 years ago
Thomas Citharel 762726d988
fix indent once and for all 8 years ago
Thomas Citharel 3921385ed3
fix things (indentation, tests, comments, backend custom implementation 8 years ago
Thomas Citharel ebf23778f5
fix unpublishing test 8 years ago
Thomas Citharel de5e212694
fix plugin test 8 years ago
Thomas Citharel 77216e7ca9
a few tests 8 years ago
Thomas Müller d0ec6b9c15
Disable OPTIONS handling - done by sabre 8 years ago
Thomas Müller e783d01da7
Allow public access to the principals/system/public 8 years ago
Thomas Citharel aadb56dfcc
Fix wrong way to get publish status 8 years ago
Thomas Citharel f09c46d166
Fix some tests 8 years ago
Thomas Citharel 2df69ec7f4
correct get published status and minor fixes 8 years ago
Thomas Citharel aca305332a
Fix DB call for MySQL databases 8 years ago
Thomas Citharel 994001c480
Dirty hack to disable dav plugins on public calendar urls 8 years ago
Thomas Müller 00dc157b19
Fix requests for browser plugin as well as for the public calendar root folder 8 years ago
Thomas Müller e7085aab38
Allow not-authenticated access to specific urls 8 years ago
Thomas Müller 90ab6e4fd9
Add new root collection public-calendars which holds all public calendars 8 years ago
Thomas Citharel 8da2100e7d
Start work on returning CalDAV published calendars 8 years ago
Thomas Citharel bd0aae8636
No need to call database twice 8 years ago
Thomas Citharel 7e5a82b968
Use urlgenerator to generate an absolute url
And pass Config the correct way too
8 years ago
Thomas Citharel 72f35f8862
Use ressource ID instead of name 8 years ago
Thomas Citharel f89961ddba
Fix annotations 8 years ago
Thomas Citharel 4a0e6e2ad0
Remove unnecessary line 8 years ago
Thomas Citharel 1652a74feb
Fix publish-url property & getPublishStatus() fct 8 years ago
Thomas Citharel 981c38f6d9
Remove unnecessary implementation 8 years ago
Thomas Citharel 5824c2493b
Make little corrections
Function getPublishedStatus) is not working atm.
8 years ago
Thomas Citharel 69d3601dcb
Proper work on Publishing 8 years ago
Jörn Friedrich Dreyer b79997dd33
use correct case for addScript (#26214)
Downstreaming of https://github.com/owncloud/core/pull/26214

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Juan Pablo Villafáñez 26f1ea1cea
Change the minimum log level to fatal
Downstreaming of https://github.com/owncloud/core/pull/26213

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Vincent Petry 9b4de310bd
Fix mimetype detection inside hidden folders (#26138)
Downstreaming of https://github.com/owncloud/core/pull/26138

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Vincent Petry e8836bfd30
Allow uploading empty files (#26113)
Downstreaming of https://github.com/owncloud/core/pull/26113

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Vincent Petry b17e836e45
FilesHome now also returns DAV properties
The files home node must also return DAV properties like etag,
permissions, etc for the clients to work like they did with the old
endpoint.

This fix makes FilesHome extend the Sabre Directory class, this makes
the FilesPlugin and other plugins recognize it as a directory and will
retrieve the matching properties when applicable.

Downstream of https://github.com/owncloud/core/pull/26066

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Vincent Petry 1f21a132c7
Only use realpath for real directories (#26058)
In some cross-local-storage use cases, the Local storage is
instantiated with "/" as data directory. In such cases, calling
realpath() would cause PHP warnings when open_basedir is set.

This fix bypasses the realpath() call when dealing with a root storage.

Downstreaming of https://github.com/owncloud/core/pull/26058

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Joas Schilling 244de6451b Merge pull request #1507 from nextcloud/more-error-handling-in-copyr
Graceful error handling and logging
8 years ago
Vincent Petry f07d146644
Display "Share" alt text for share action icon (#26158)
Downstreaming of https://github.com/owncloud/core/pull/26158

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Joas Schilling 968dc876b2
Do not translate the samples themselves
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Nextcloud bot 9e91a76b30
[tx-robot] updated from transifex 8 years ago
Morris Jobke 4b23f7491b Merge pull request #1509 from nextcloud/l10n-workflowengine
add workflowengine l10n
8 years ago
Joas Schilling 73cb19ca0d
Fix selection of workflowengine rules and operators
Signed-off-by: Joas Schilling <coding@schilljs.com>
8 years ago
Morris Jobke 4a33bb6d18
add workflowengine l10n
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Nextcloud bot 5f2b29b2dc
[tx-robot] updated from transifex 8 years ago
Lukas Reschke 19ad11cce4
Graceful error handling and logging
Right now a failed "copyr" will result in the error log being spammed with not really helpful error messages. Also situations such as `$dir` returning `false` are not really caught.

This adds more error handling and logging to make debugging such situations easier.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Nextcloud bot a086011e00
[tx-robot] updated from transifex 8 years ago
Nextcloud bot 8767e9566f
[tx-robot] updated from transifex 8 years ago
Morris Jobke bf7cbe32c8
Add repair step to remove .step file after update
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Morris Jobke 3f740966dc
Revert "Show an update button instead of the updater"
This reverts commit 202ae42506.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
8 years ago
Lukas Reschke b4f36d44c4 Merge pull request #1496 from aroseartist/patch-1
Installation details for README
8 years ago
Lora Rose 0215296078 Installation details for README
Per issue: https://github.com/nextcloud/server/issues/16
Added installation link guides per the already established documentation rather than attempting to re-create the documentation here.
8 years ago
Nextcloud bot b30c79b63c
[tx-robot] updated from transifex 8 years ago