summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prefilter inaccessible shares in DefaultShareProvider::getSharedWith()Vincent Petry2016-10-062-31/+196
| | | | | | | | | | | The DefaultShareProvider now does a DB-level check to find out whether file_source is accessible at all (deleted file) or whether it's in the trashbin of a home storage. One small corner case where the home storage id is in md5 form cannot be covered properly with this approach. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Adding type parameter because behat cannot ignore itSergio Bertolín2016-10-061-2/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Orphaned shares test and some requirementsSergio Bertolín2016-10-063-1/+50
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #1634 from nextcloud/fix-password-policy-hintJoas Schilling2016-10-062-4/+49
|\ | | | | Properly catch password policy hint for personal page password changes
| * Properly catch password policy hint for personal page password changesMorris Jobke2016-10-062-4/+49
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #1633 from nextcloud/update-root-certificate-listRoeland Jago Douma2016-10-061-84/+227
|\ \ | | | | | | Update root certificate list
| * | Update root certificate listLukas Reschke2016-10-061-84/+227
| |/ | | | | | | | | | | Syncs with the newest certificate list by Mozilla. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #1636 from nextcloud/downstream-26203-fix-synjob-class-nameMorris Jobke2016-10-061-1/+1
|\ \ | | | | | | Fix SyncJob class name in info.xml
| * | Fix SyncJob class name in info.xmlJoas Schilling2016-10-061-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #1229 from nextcloud/bugfix/change-password-changesMorris Jobke2016-10-064-6/+25
|\ \ \ | | | | | | | | Bugfix/change password changes
| * | | remove old indicators for "saving started" and "saving successful"Morris Jobke2016-10-061-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Removes spinner in case password is wrong as well.Raghu Nayyar2016-09-171-1/+1
| | | |
| * | | Removes tipsy when password verification is going onRaghu Nayyar2016-09-173-3/+6
| | | |
| * | | Removes the check mark after 5 second timeout.Raghu Nayyar2016-09-171-0/+12
| | | |
| * | | Adds a checkmark when the change is complete.Raghu Nayyar2016-09-172-0/+5
| | | |
| * | | Disables teh button when clicked change password.Raghu Nayyar2016-09-171-1/+2
| | | |
* | | | Merge pull request #1525 from nextcloud/newdav-tagspluginJoas Schilling2016-10-063-10/+55
|\ \ \ \ | |_|_|/ |/| | | Newdav tagsplugin
| * | | User was incorrectSergio Bertolin2016-10-051-10/+11
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Modifications to avoid old dav pathSergio Bertolín2016-10-052-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Added failing testsSergio Bertolin2016-10-051-0/+38
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | New dav endpoint register tags pluginVincent Petry2016-10-051-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | This makes it possible to retrieve and PROPPATCH the favorite info Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #1306 from nextcloud/simplefsLukas Reschke2016-10-0627-57/+1367
|\ \ \ \ | |_|_|/ |/| | | Introducing AppData
| * | | add proper exception documentation for ISimpleFS interfaceMorris Jobke2016-10-051-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Fix avatar testsRoeland Jago Douma2016-10-051-10/+10
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | DI fails for bg jobRoeland Jago Douma2016-10-051-10/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Fix repairRoeland Jago Douma2016-10-051-3/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Update autoloaderRoeland Jago Douma2016-10-052-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Use a backgroundjob to move avatarsRoeland Jago Douma2016-10-052-78/+118
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Deprecate old app folderRoeland Jago Douma2016-10-052-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Update autoloaderRoeland Jago Douma2016-10-052-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Kill users with the reserved name on loginRoeland Jago Douma2016-10-051-1/+11
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add for proper DIRoeland Jago Douma2016-10-051-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Avatar migration stepRoeland Jago Douma2016-10-053-1/+142
| | | | | | | | | | | | | | | | | | | | | | | | * Skip move avatar if avatars disabled Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | avatar to appdataRoeland Jago Douma2016-10-056-38/+36
| | | | | | | | | | | | | | | | | | | | | | | | * Fix AvatarTest Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add TestsRoeland Jago Douma2016-10-056-12/+444
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Initial AppDataRoeland Jago Douma2016-10-0511-7/+671
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce simpleFS * Introduce IAppData * Introduce AppData Factory to get your AppData folder * Update FileDisplayResponse * AppData implements a ISimpleRoot but lazy. So only if an apps starts to access data will stuff get initialized Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #1518 from nextcloud/dav-fileshome-directory-propertiesMorris Jobke2016-10-065-107/+18
|\ \ \ | | | | | | | | FilesHome now also returns DAV properties
| * | | FilesHome now also returns DAV propertiesVincent Petry2016-09-265-107/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #1519 from nextcloud/better-comments-in-activity-sidebarMorris Jobke2016-10-054-17/+71
|\ \ \ \ | | | | | | | | | | Better comments in activity sidebar
| * | | | Update file headerJoas Schilling2016-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix activity rendering plugin nameVincent Petry2016-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Mark the methods as copiedJoas Schilling2016-10-051-3/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Make sure the CSS rules apply to the activityTabView as wellJoas Schilling2016-10-051-5/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Register a ActivityTabView pluginJoas Schilling2016-10-052-0/+58
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Remove resolved FIXMEJoas Schilling2016-10-051-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | | Do not shorten comments in the activity sidebarJoas Schilling2016-10-051-11/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #1630 from nextcloud/update-drone-badgeMorris Jobke2016-10-051-1/+1
|\ \ \ \ | | | | | | | | | | use proper drone badge URL
| * | | | use proper drone badge URLMorris Jobke2016-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #1586 from ↵Lukas Reschke2016-10-052-7/+74
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/issue-1466-fix-multi-translation-names-and-descriptions Allow multiple names and description
| * | | | Fallback from "de" to "de_DE" and the other way aroundJoas Schilling2016-10-041-3/+30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>