summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Add activities for sharesJoas Schilling2016-11-032-7/+100
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix unshare actions for author != ownerJoas Schilling2016-11-032-16/+54
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add activity for unshare from groupJoas Schilling2016-11-032-0/+37
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Unshare user activitiesJoas Schilling2016-11-032-4/+80
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Start working on calendar activitiesJoas Schilling2016-11-033-1/+351
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix merging backend resultsRoeland Jago Douma2016-11-011-1/+4
| | | | | | | | * Merge share types correctly * Filter share types * Order share types Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add getShareTypesInFolder to optimize folder listeningRobin Appelman2016-10-312-4/+47
| | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>
* [tx-robot] updated from transifexNextcloud bot2016-10-292-0/+2
|
* Merge pull request #1738 from ↵Morris Jobke2016-10-262-1/+77
|\ | | | | | | | | nextcloud/comments-provide-displaynames-with-mentions comment mentions: show displayname not uid
| * resolve displayname via manager and registerable resolversArthur Schiwon2016-10-192-4/+34
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * move mention extraction to (I)Comment and report mentions via DAVArthur Schiwon2016-10-192-1/+47
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2016-10-2638-266/+38
| |
* | Merge pull request #1913 from nextcloud/downstream-26441Roeland Jago Douma2016-10-252-16/+11
|\ \ | | | | | | Require to use at least desktop client 2.0 by default
| * | Fix unit tests for BlockLegacyClientPluginThomas Müller2016-10-251-15/+10
| | |
| * | Require to use at least desktop client 2.0 by defaultThomas Müller2016-10-251-1/+1
| | |
* | | Remove any detailed information about the exception in the browser error pluginThomas Müller2016-10-252-24/+2
|/ /
* | Merge pull request #1883 from nextcloud/downstream-26145Morris Jobke2016-10-252-3/+6
|\ \ | | | | | | Storage 503 message improvements
| * | Storage 503 message improvementsVincent Petry2016-10-242-3/+6
| | | | | | | | | | | | | | | "Storage not available" is now "Storage temporarily not available". Exceptions are now logged in DEBUG level, not FATAL.
* | | Only enable files_drop plugin when we actuall do files_dropRoeland Jago Douma2016-10-242-4/+21
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Make files_drop workRoeland Jago Douma2016-10-242-3/+91
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Fix permision maskRoeland Jago Douma2016-10-241-0/+0
| | | | | | | | | | | | | | | | | | | | | If we move a file from the temp part file to the original file we don't need update permissions. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Goodbye Iframe transport !Vincent Petry2016-10-243-353/+0
| | | | | | | | | | | | | | | | | | Not needed any more in IE >= 11 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Use Webdav PUT for uploads in the web browserVincent Petry2016-10-245-2/+487
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | - uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add unit testLukas Reschke2016-10-221-0/+40
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Adding capability about new chunking - refs #25682 (#26368)Thomas Müller2016-10-212-0/+42
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #1834 from nextcloud/downstream-26186Morris Jobke2016-10-214-18/+94
|\ \ | | | | | | Add more files plugins to new DAV endpoint
| * | Add more files plugins to new DAV endpoint (#26186)Vincent Petry2016-10-204-18/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add more files plugins to new DAV endpoint Also fix report plugin to properly retrieve the path from the prolongated URL * In case the report is not for this plugin -> simply return to allow other plugins to get executed * Adjust onReport tests to match new behavior
* | | Merge pull request #1806 from nextcloud/karakayasemi_1767Roeland Jago Douma2016-10-211-4/+4
|\ \ \ | | | | | | | | Update file.php put function posthook calls
| * | | Update file.php put function posthook callsSemih Serhat Karakaya2016-10-201-4/+4
| |/ / | | | | | | | | | | | | | | | Logicaly, postHooks should emit after touch. For chunking file it is already emitting after touch. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-202-4/+4
|/ /
* | Merge pull request #1821 from nextcloud/downstream-26366Morris Jobke2016-10-202-22/+25
|\ \ | | | | | | Code style changes from downstream
| * | Sanitize length headers when validating quotaThomas Müller2016-10-202-22/+25
| | |
* | | Merge pull request #1796 from nextcloud/oc_fav-reportLukas Reschke2016-10-205-12/+82
|\ \ \ | |/ / |/| | Make it possible to filter by tags with REPORT method
| * | Make it possible to filter by tags with REPORT methodVincent Petry2016-10-195-12/+82
| |/ | | | | | | | | | | | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / Make sure we only use numbers as lengthJoas Schilling2016-10-192-2/+9
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1742 from nextcloud/us_sync-date-of-deathLukas Reschke2016-10-182-43/+77
|\ | | | | [oc] Sync deathdate and anniversary to birthday calendar
| * [9.2] Sync deathdate and anniversary to birthday calendar (#25655)Thomas Müller2016-10-142-43/+77
| | | | | | | | | | | | | | | | * Sync deathdate and anniversary to birthday calendar (which should be renamed maybe) * Sync deathdate and anniversary to birthday calendar (which should be renamed maybe) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-10-182-0/+32
| |
* | Merge pull request #1449 from nextcloud/comments-user-mentionMorris Jobke2016-10-171-1/+1
|\ \ | | | | | | Notifications for simple @-mentioning in comments
| * | emit pre-update event for commentsArthur Schiwon2016-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | * notifications can be cleaned up, no polluted DB * updating comments will re-notify users or remove notifications, depending on the message Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2016-10-162-0/+32
| | |
* | | fix typoThomas Citharel2016-10-141-1/+1
| |/ |/| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | fix issue #1482 - mail invites through v1 webdavClaudemir Todo Bom2016-10-121-0/+2
| | | | | | | | | | Signed-off-by: Claudemir Todo Bom <claudemir@todobom.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-10-122-0/+2
| |
* | [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-112-39/+6
| | | | | | | | | | | | | | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2016-10-106-0/+92
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-092-0/+32
| |
* | [tx-robot] updated from transifexNextcloud bot2016-10-0826-0/+416
|/
* Merge pull request #1144 from nextcloud/translate-default-calendarMorris Jobke2016-10-0612-20/+91
|\ | | | | translate default calendar & default address book displaynames & add …
| * Add transifex configMorris Jobke2016-10-061-0/+0
| |