aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Properly clear heartbeat intervalVincent Petry2017-03-231-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update karma, use sinon from npmVincent Petry2017-03-233-5958/+11
| | | | | | | Update karma library and use sinon JS library provided by karma-jasmine-sinon instead of local file. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-03-24176-430/+452
|
* Merge pull request #3879 from nextcloud/downstream-26915Morris Jobke2017-03-238-8/+267
|\ | | | | Added integration tests for sharees using v2.php
| * Make deleting a group compatible with ocs v2Joas Schilling2017-03-231-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use proper bash test syntaxMorris Jobke2017-03-201-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Fix warningJoas Schilling2017-03-201-1/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * 200 is okJoas Schilling2017-03-201-15/+15
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Fix deletion of groupsJoas Schilling2017-03-201-1/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Strict comparisonsJoas Schilling2017-03-202-4/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * add drone configMorris Jobke2017-03-201-0/+10
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Added tests using v2.phpSergio Bertolin2017-03-202-2/+246
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4007 from nextcloud/backport-27155Morris Jobke2017-03-2312-78/+98
|\ \ | | | | | | Change showTemporary notifications for closable ones
| * | added quit option in commentstabview.jsnoveens2017-03-2312-78/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added quit option in notif in app.js added quit option in notif in file-upload.js added quit option in notif in fileinfomodel.js added quit option in notif in filelist.js added quit option in notif in filelist.js added quit option in notif in tagsplugin.js added quit option in notif in statusmanager.js added quit option in notif in external.js added quit option in notif in versionstabview.js added quit option in notif in notification.js changes according to the latest review. timeout removed since there is a button to close it translation capability added typo fixed test files updated small errors fixed Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #3953 from nextcloud/downstream-27027Morris Jobke2017-03-232-2/+56
|\ \ \ | | | | | | | | Ignore NoUserException for shares from ghosts
| * | | set cache to failedcache when shared storage init failsRobin Appelman2017-03-232-2/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | return failed cache if the shared storage failed to setupRobin Appelman2017-03-201-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | also set nonmaskedstorage in error casesRobin Appelman2017-03-201-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Ignore NoUserException for shares from ghostsVincent Petry2017-03-202-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | Add unit tests for FailedStorage init from SharedStorage Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #3850 from nextcloud/search-orderMorris Jobke2017-03-233-0/+13
|\ \ \ \ | | | | | | | | | | Fix search ordering
| * | | | Fix search orderingRobin Appelman2017-03-233-0/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #3965 from nextcloud/downstream-27343Morris Jobke2017-03-233-4/+154
|\ \ \ \ \ | | | | | | | | | | | | Providing --path option to transfer-ownership
| * | | | | improve file transfer codeMorris Jobke2017-03-221-26/+15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Providing --path option to transfer-ownershipSujith H2017-03-203-4/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will help user to selectively move the folders specified using --path option, instead of moving entire folder under files directory. Signed-off-by: Sujith H <sharidasan@owncloud.com> Update the integration test for transfer-ownership Update the integration test for transfer-ownership as the new option --path is introduced in the command. Signed-off-by: Sujith H <sharidasan@owncloud.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #3998 from nextcloud/backport-27032Roeland Jago Douma2017-03-231-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use the expected method depending on the target being a file or folder
| * | | | | | Use the expected method depending on the target being a file or folderJuan Pablo Villafáñez2017-03-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #4001 from nextcloud/backport-27389Morris Jobke2017-03-232-7/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Ensure that FileInfo return values as required by its phpdoc.
| * | | | | | | Fix type hints and doc blocksJoas Schilling2017-03-232-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Ensure that FileInfo return values as required by its phpdoc.Piotr M2017-03-221-6/+8
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #4000 from nextcloud/backport-27216Lukas Reschke2017-03-232-2/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | allow configuring authType for DAV backend
| * | | | | | | allow configuring authType for DAV backendJörn Friedrich Dreyer2017-03-222-2/+12
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #3995 from nextcloud/files_scan_appdataLukas Reschke2017-03-232-1/+286
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add files:scanAppData command
| * | | | | | | Use proper name and code styleMorris Jobke2017-03-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | Add files:scanAppData commandRoeland Jago Douma2017-03-222-1/+286
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/nextcloud/server/issues/3041 Add a dedicated command to scan the special appdata dir Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | Merge pull request #3948 from nextcloud/downstream-27271Lukas Reschke2017-03-231-3/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Tooltip in trashbin with previous location
| * | | | | | | | fix path for files from root folderMorris Jobke2017-03-221-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | | In the real world id is an initial filenameVictor Dubiniuk2017-03-201-3/+4
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | | Merge pull request #3978 from nextcloud/scss_deps_memcacheLukas Reschke2017-03-233-41/+116
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Cache SCSS dependency file in memcache
| * | | | | | | | Fix testsRoeland Jago Douma2017-03-221-31/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | | Cache SCSS dependency file in memcacheRoeland Jago Douma2017-03-223-11/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since reading a file from disks can be costly. Lets store the dependency json also in memcache. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | Merge pull request #3989 from nextcloud/files-external-save-buttonLukas Reschke2017-03-233-18/+17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | replace autosave with a save button for external storage configuration
| * | | | | | | | | replace autosave with a save button for external storage configurationRobin Appelman2017-03-223-18/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | | Merge pull request #3994 from nextcloud/only_init_backbone_onceLukas Reschke2017-03-231-1/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Only initialize backbone once
| * | | | | | | | | | Only initialize backbone onceRoeland Jago Douma2017-03-221-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | | | | Merge pull request #3997 from nextcloud/backport-27353Roeland Jago Douma2017-03-233-26/+84
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update davclient.js to 0.1.1
| * | | | | | | | | | | Update davclient.js to 0.1.1Vincent Petry2017-03-223-26/+84
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | | | | | Merge pull request #3999 from nextcloud/backport-27262Morris Jobke2017-03-233-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | Updated UI messages relating to the encryption functionality
| * | | | | | | | | | Updated UI messages relating to the encryption functionalityMatthew Setter2017-03-223-3/+3
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason for updating these messages, is that grammatically they're not quite correct. They showed a combination of: - Related phrases, which could be either separated or joined better - Related sentences, but which should be expressed as separate ones They were also missing full-stops to end the them. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / / / / / / / / [tx-robot] updated from transifexNextcloud bot2017-03-2310-2/+52
|/ / / / / / / / /
* | | | | / / / / [tx-robot] updated from transifexNextcloud bot2017-03-2262-20/+348
| |_|_|_|/ / / / |/| | | | | | |