Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1643 from nextcloud/ldap_more_caching | Morris Jobke | 2016-10-07 | 4 | -29/+180 |
|\ | | | | | cache loginName2UserName and cover the method with unit tests | ||||
| * | cache loginName2UserName and cover the method with unit tests | Arthur Schiwon | 2016-10-07 | 4 | -12/+162 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | get rid of test warnings | Arthur Schiwon | 2016-10-06 | 1 | -21/+22 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-07 | 90 | -114/+176 |
| | | |||||
* | | Merge pull request #1144 from nextcloud/translate-default-calendar | Morris Jobke | 2016-10-06 | 12 | -20/+91 |
|\ \ | |/ |/| | translate default calendar & default address book displaynames & add … | ||||
| * | Add transifex config | Morris Jobke | 2016-10-06 | 1 | -0/+0 |
| | | |||||
| * | Fix unit tests | Joas Schilling | 2016-10-06 | 3 | -11/+24 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Translate the Contacts addressbook when it's default | Joas Schilling | 2016-10-06 | 6 | -6/+57 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Translate the personal calendar | Joas Schilling | 2016-10-06 | 3 | -3/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #1616 from nextcloud/downstream_ldap_6 | Morris Jobke | 2016-10-06 | 1 | -0/+10 |
|\ \ | | | | | | | Prevent user with empty uid | ||||
| * | | Log the error with display name | Joas Schilling | 2016-10-06 | 1 | -2/+5 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Prevent user with empty uid | Jörn Friedrich Dreyer | 2016-10-04 | 1 | -0/+7 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #1636 from nextcloud/downstream-26203-fix-synjob-class-name | Morris Jobke | 2016-10-06 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix SyncJob class name in info.xml | ||||
| * | | | Fix SyncJob class name in info.xml | Joas Schilling | 2016-10-06 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #1525 from nextcloud/newdav-tagsplugin | Joas Schilling | 2016-10-06 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | Newdav tagsplugin | ||||
| * | | New dav endpoint register tags plugin | Vincent Petry | 2016-10-05 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | This makes it possible to retrieve and PROPPATCH the favorite info Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | 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 #1568 from nextcloud/test-running-coverage-also-for-db | Lukas Reschke | 2016-10-05 | 3 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | [Test] Generate coverage for DB group | ||||
| * | | | | Generate coverage for quick DB tests | Lukas Reschke | 2016-10-05 | 3 | -3/+3 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* / / / | Add icons to activity navigation | Joas Schilling | 2016-10-05 | 4 | -3/+7 |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-05 | 20 | -20/+24 |
| | | | |||||
* | | | 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 | 11 | -27/+26 |
|\ \ \ | |/ / |/| | | 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 | 11 | -27/+26 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-04 | 74 | -102/+102 |
|/ / | |||||
* | | 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 | 1 | -0/+10 |
|\ \ \ | | | | | | | | | Move sharing options into popover menu | ||||
| * | | | fix sharing icon's alignment and add padding to the unshare icon | Christoph Wurst | 2016-10-03 | 1 | -0/+10 |
| | | | | |||||
* | | | | 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> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-03 | 16 | -8/+190 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-02 | 16 | -4/+16 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-01 | 24 | -48/+278 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-30 | 20 | -2/+30 |
| | | | |||||
* | | | Unset user PHOTO before setting new one in ↵ | Olivier Mehani | 2016-09-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) Signed-off-by: Olivier Mehani <shtrom@ssji.net> #26242 | ||||
* | | | Merge pull request #1567 from nextcloud/inject-http-service | Lukas Reschke | 2016-09-29 | 3 | -3/+24 |
|\ \ \ | | | | | | | | | Inject IHTTPClientService |