summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5953 from nextcloud/theming-lightness-correctionLukas Reschke2017-08-021-4/+7
|\ | | | | Use same lightness calculation as the SCSS compiler for theming
| * Use same lightness calculation as the SCSS compiler for themingJulius Härtl2017-08-011-4/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Proof of concept #5593 - inline SVG icon for icon-contactsMarin Treselj2017-08-021-2/+2
| | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | Merge pull request #5920 from nextcloud/gallery-share-view-fixMorris Jobke2017-08-021-2/+2
|\ \ | | | | | | Top bar buttons in share view are wrong positioned
| * | Change id to class in the main share templateMarin Treselj2017-07-311-2/+2
| | | | | | | | | | | | Signed-off-by: Marin Treselj <marin@pixelipo.com>
* | | Merge pull request #4790 from nextcloud/fix-comparisons-in-appsMorris Jobke2017-08-0231-143/+139
|\ \ \ | | | | | | | | Fix comparisons in apps
| * | | Remove undocumented configJoas Schilling2017-08-011-77/+73
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix versions appJoas Schilling2017-08-011-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix file size comparisonJoas Schilling2017-08-011-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix comparisions in the trashbin appJoas Schilling2017-08-012-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix comparisons in the sharing appJoas Schilling2017-08-015-10/+10
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix comparisons in the files external appJoas Schilling2017-08-019-26/+26
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix comparisons in the files appJoas Schilling2017-08-013-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix comparison in the ldap appJoas Schilling2017-08-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix comparisons in the versions appJoas Schilling2017-08-012-12/+12
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix comparisons in the dav appJoas Schilling2017-08-017-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix comparisons in encryption appJoas Schilling2017-08-012-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #5956 from nextcloud/proper-update-notification-layoutMorris Jobke2017-08-024-20/+52
|\ \ \ \ | | | | | | | | | | Improve update notification layout and show non-default update server
| * | | | Improve update notification layout and show non-default update serverMorris Jobke2017-08-024-20/+52
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #5923 from nextcloud/expire-federation-jobsRoeland Jago Douma2017-08-0215-219/+400
|\ \ \ \ \ | |/ / / / |/| | | | Expire federation jobs
| * | | | Close all the cursorsJoas Schilling2017-08-021-12/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Use automatic injection whenever possibleJoas Schilling2017-08-026-80/+38
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Use ITimeFactoryRoeland Jago Douma2017-08-019-103/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Inject the timefacotry so we can mock it properly in the tests. * Extended unit tests to cover the new paths Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | we don't need to remove the job manually here, even if we ask once more the ↵Bjoern Schiessle2017-08-012-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other server will decline and the background job will be removed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | update unit testsBjoern Schiessle2017-08-012-12/+34
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | cleanup constructorsBjoern Schiessle2017-08-012-53/+33
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | expire requestSharedSecret job after 30 daysBjoern Schiessle2017-08-013-5/+48
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | expire getShareadSecret job after 30 daysBjoern Schiessle2017-08-013-12/+60
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | Show correct status in update notificationMorris Jobke2017-08-023-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes it could be the case that after a channel change the last updated timestamp is reset, but the check for updates is not yet completed. In this case the update notification showed "You are up to date" and the date was "1970-01-01 00:00:00". With this fix the state is properly shown. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-08-0220-0/+184
| | | | |
* | | | | Remove explicit type hints for ControllerLukas Reschke2017-08-014-7/+7
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | This is public API and breaks the middlewares of existing apps. Since this also requires maintaining two different code paths for 12 and 13 I'm at the moment voting for reverting this change. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #5877 from nextcloud/typehint_middlewareMorris Jobke2017-08-014-15/+20
|\ \ \ \ | |_|/ / |/| | | Prop argument type for Middleware
| * | | Fix testsRoeland Jago Douma2017-07-311-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Fix middleware implementations signaturesRoeland Jago Douma2017-07-313-13/+16
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #5897 from nextcloud/add-share-mail-for-user-shareRoeland Jago Douma2017-08-012-2/+2
|\ \ \ \ | |_|/ / |/| | | Send an email once a file/folder is shared with a user
| * | | Disable default activity email for incoming sharesMorris Jobke2017-07-312-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Fix testsRoeland Jago Douma2017-08-011-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Fix sabre testRoeland Jago Douma2017-08-011-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Fix L10N::tRoeland Jago Douma2017-08-014-11/+11
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [files_external] Fix phpdocRoeland Jago Douma2017-08-013-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-0114-23/+23
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [DAV][CalDAV] FixesRoeland Jago Douma2017-08-015-14/+15
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Fix CommentsRoeland Jago Douma2017-08-015-13/+12
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [files_external] fix commandsRoeland Jago Douma2017-08-016-13/+13
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [files_external] Fix phpdocRoeland Jago Douma2017-08-012-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Replace wrong PHPDocsLukas Reschke2017-08-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Add |null to PHPDocLukas Reschke2017-08-014-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Stricter phan config fixesLukas Reschke2017-08-011-5/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | [tx-robot] updated from transifexNextcloud bot2017-08-0120-20/+22
| |/ / |/| |
* | | Merge pull request #5905 from nextcloud/ocp-configMorris Jobke2017-07-313-5/+6
|\ \ \ | | | | | | | | Use IConfig instead of static OCP\Config