summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1643 from nextcloud/ldap_more_cachingMorris Jobke2016-10-074-29/+180
|\ | | | | cache loginName2UserName and cover the method with unit tests
| * cache loginName2UserName and cover the method with unit testsArthur Schiwon2016-10-074-12/+162
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * get rid of test warningsArthur Schiwon2016-10-061-21/+22
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2016-10-0790-114/+176
| |
* | 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
| |
| * Fix unit testsJoas Schilling2016-10-063-11/+24
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Translate the Contacts addressbook when it's defaultJoas Schilling2016-10-066-6/+57
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Translate the personal calendarJoas Schilling2016-10-063-3/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1616 from nextcloud/downstream_ldap_6Morris Jobke2016-10-061-0/+10
|\ \ | | | | | | Prevent user with empty uid
| * | Log the error with display nameJoas Schilling2016-10-061-2/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Prevent user with empty uidJörn Friedrich Dreyer2016-10-041-0/+7
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | 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 #1525 from nextcloud/newdav-tagspluginJoas Schilling2016-10-061-0/+6
|\ \ \ | |/ / |/| | Newdav tagsplugin
| * | 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 #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 #1568 from nextcloud/test-running-coverage-also-for-dbLukas Reschke2016-10-053-3/+3
|\ \ \ \ | | | | | | | | | | [Test] Generate coverage for DB group
| * | | | Generate coverage for quick DB testsLukas Reschke2016-10-053-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-supportMorris Jobke2016-10-051-1/+26
|\ \ \ \ | | | | | | | | | | Add support for translations of move/rename activities
| * | | | Add support for translations of move/rename activitiesJoas Schilling2016-10-051-1/+26
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / Add icons to activity navigationJoas Schilling2016-10-054-3/+7
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2016-10-0520-20/+24
| | |
* | | Merge pull request #1617 from ↵Morris Jobke2016-10-043-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 schemaJoas Schilling2016-10-042-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Use the readable version for notificationsJoas Schilling2016-10-043-16/+28
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #1613 from nextcloud/2fa-backup-codes-psr4Joas Schilling2016-10-0411-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 appChristoph Wurst2016-10-0311-27/+26
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2016-10-0474-102/+102
|/ /
* | Merge pull request #1590 from ↵Morris Jobke2016-10-032-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 conflictJoas Schilling2016-09-302-2/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #607 from nextcloud/sharing-popover-menuLukas Reschke2016-10-031-0/+10
|\ \ \ | | | | | | | | Move sharing options into popover menu
| * | | fix sharing icon's alignment and add padding to the unshare iconChristoph Wurst2016-10-031-0/+10
| | | |
* | | | Merge pull request #1547 from nextcloud/files-translate-filesummaryChristoph Wurst2016-10-031-2/+4
|\ \ \ \ | |/ / / |/| | | Translate file summary connector (#26221)
| * | | Translate file summary connector (#26221)Vincent Petry2016-09-271-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | [tx-robot] updated from transifexNextcloud bot2016-10-0316-8/+190
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2016-10-0216-4/+16
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2016-10-0124-48/+278
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2016-09-3020-2/+30
| | |
* | | Unset user PHOTO before setting new one in ↵Olivier Mehani2016-09-291-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-serviceLukas Reschke2016-09-293-3/+24
|\ \ \ | | | | | | | | Inject IHTTPClientService