Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow to call the files even when you are in another instance atm | Joas Schilling | 2016-10-06 | 10 | -11/+11 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #1518 from nextcloud/dav-fileshome-directory-properties | Morris Jobke | 2016-10-06 | 5 | -107/+18 |
|\ | | | | | FilesHome now also returns DAV properties | ||||
| * | FilesHome now also returns DAV properties | Vincent Petry | 2016-09-26 | 5 | -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-sidebar | Morris Jobke | 2016-10-05 | 4 | -17/+71 |
|\ \ | | | | | | | Better comments in activity sidebar | ||||
| * | | Update file header | Joas Schilling | 2016-10-05 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Fix activity rendering plugin name | Vincent Petry | 2016-10-05 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Mark the methods as copied | Joas Schilling | 2016-10-05 | 1 | -3/+5 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Make sure the CSS rules apply to the activityTabView as well | Joas Schilling | 2016-10-05 | 1 | -5/+9 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Register a ActivityTabView plugin | Joas Schilling | 2016-10-05 | 2 | -0/+58 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Remove resolved FIXME | Joas Schilling | 2016-10-05 | 1 | -1/+0 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | Do not shorten comments in the activity sidebar | Joas Schilling | 2016-10-05 | 1 | -11/+2 |
| | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Merge pull request #1630 from nextcloud/update-drone-badge | Morris Jobke | 2016-10-05 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | use proper drone badge URL | ||||
| * | | | use proper drone badge URL | Morris Jobke | 2016-10-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #1586 from ↵ | Lukas Reschke | 2016-10-05 | 2 | -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 around | Joas Schilling | 2016-10-04 | 1 | -3/+30 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Fix displaying and searching with multiple authors | Joas Schilling | 2016-09-30 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Allow multiple names and description | Joas Schilling | 2016-09-30 | 1 | -7/+40 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #1624 from nextcloud/exclude_coverage_dirs | Lukas Reschke | 2016-10-05 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | Exclude tests and composer dir from coverage | ||||
| * | | | | Exclude tests and composer dir from coverage | Roeland Jago Douma | 2016-10-05 | 1 | -0/+5 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | Merge pull request #1568 from nextcloud/test-running-coverage-also-for-db | Lukas Reschke | 2016-10-05 | 6 | -11/+26 |
|\ \ \ \ | | | | | | | | | | | [Test] Generate coverage for DB group | ||||
| * | | | | Generate coverage for quick DB tests | Lukas Reschke | 2016-10-05 | 6 | -11/+26 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | This adds the "QUICKDB" group which excludes some tests that abuse unit tests as integration tests as displayed in https://github.com/nextcloud/server/issues/1626 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | Merge pull request #1418 from nextcloud/add-move-rename-support | Morris Jobke | 2016-10-05 | 1 | -1/+26 |
|\ \ \ \ | | | | | | | | | | | Add support for translations of move/rename activities | ||||
| * | | | | Add support for translations of move/rename activities | Joas Schilling | 2016-10-05 | 1 | -1/+26 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #1622 from nextcloud/activity-sidebar-icons | Joas Schilling | 2016-10-05 | 7 | -3/+16 |
|\ \ \ \ | |/ / / |/| | | | Add icons to activity navigation | ||||
| * | | | Add icons to activity navigation | Joas Schilling | 2016-10-05 | 7 | -3/+16 |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-05 | 30 | -20/+34 |
| | | | |||||
* | | | Merge pull request #1617 from ↵ | Morris Jobke | 2016-10-04 | 3 | -18/+30 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/issue-1605-update-notification-readable-version Update notification readable version (10.0.1 instead of 9.1.1.5) | ||||
| * | | | Use new URL schema | Joas Schilling | 2016-10-04 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Use the readable version for notifications | Joas Schilling | 2016-10-04 | 3 | -16/+28 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #1613 from nextcloud/2fa-backup-codes-psr4 | Joas Schilling | 2016-10-04 | 12 | -30/+28 |
|\ \ \ \ | |/ / / |/| | | | Do not use underscores in PSR4 namespaces of the backup codes app | ||||
| * | | | Do not use underscores in PSR4 namespaces of the backup codes app | Christoph Wurst | 2016-10-03 | 12 | -30/+28 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-04 | 142 | -172/+176 |
|/ / / | |||||
* | | | Merge pull request #1595 from nextcloud/fix-avatar-username | Morris Jobke | 2016-10-03 | 2 | -19/+67 |
|\ \ \ | | | | | | | | | Use proper casing of username in avatar filesystem setup | ||||
| * | | | Remove database requirement from test | Lukas Reschke | 2016-10-03 | 2 | -19/+65 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | | Use proper casing of username in avatar filesystem setup | Morris Jobke | 2016-10-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * before you could request an avatar for User instead of user which sets up the filesystem for that user twice causing the sharing codes collision detection to detect a lot of collisions Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #1590 from ↵ | Morris Jobke | 2016-10-03 | 2 | -2/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/issue-1432-special-chars-on-name-conflict Fix special characters when renaming to a conflict | ||||
| * | | | | Fix special characters when renaming to a conflict | Joas Schilling | 2016-09-30 | 2 | -2/+6 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #607 from nextcloud/sharing-popover-menu | Lukas Reschke | 2016-10-03 | 4 | -63/+123 |
|\ \ \ \ | |_|/ / |/| | | | Move sharing options into popover menu | ||||
| * | | | fix sharing icon's alignment and add padding to the unshare icon | Christoph Wurst | 2016-10-03 | 2 | -1/+11 |
| | | | | |||||
| * | | | Move options to the right | Roeland Jago Douma | 2016-10-03 | 2 | -3/+11 |
| | | | | |||||
| * | | | can share => can reshare | Roeland Jago Douma | 2016-10-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Make can edit checkbox work for file shares | Roeland Jago Douma | 2016-10-03 | 2 | -12/+22 |
| | | | | |||||
| * | | | move unshare button out of popover menu; keep menu opened on re-render | Christoph Wurst | 2016-10-03 | 2 | -9/+15 |
| | | | | |||||
| * | | | move sharing options into popover menu | Christoph Wurst | 2016-10-03 | 1 | -45/+71 |
| | | | | |||||
* | | | | Merge pull request #1546 from nextcloud/integration-tests-qa-222 | Lukas Reschke | 2016-10-03 | 3 | -0/+44 |
|\ \ \ \ | | | | | | | | | | | Integration tests qa 222 | ||||
| * | | | | Fix size | Roeland Jago Douma | 2016-10-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Nextcloud has a letter (byte) more than ownCloud. So update test | ||||
| * | | | | Added quota calculation test when a file is recieved | Sergio Bertolin | 2016-10-02 | 3 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | | | Added test checking quota after usage | Sergio Bertolin | 2016-10-02 | 3 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | | Merge pull request #1547 from nextcloud/files-translate-filesummary | Christoph Wurst | 2016-10-03 | 1 | -2/+4 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Translate file summary connector (#26221) | ||||
| * | | | | Translate file summary connector (#26221) | Vincent Petry | 2016-09-27 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> |