summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7785 from nextcloud/mount-type-federated-sharesRoeland Jago Douma2018-01-111-0/+10
|\ | | | | return correct mount type for federated shares
| * return correct mount type for federated sharesBjoern Schiessle2018-01-111-0/+10
| | | | | | | | | | | | fix https://github.com/nextcloud/server/issues/6584 Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | [tx-robot] updated from transifexNextcloud bot2018-01-112-0/+4
| |
* | Merge pull request #7765 from nextcloud/fix_5574Morris Jobke2018-01-102-8/+9
|\ \ | |/ |/| Don't encode paths that will be passed to the davclient
| * Don't encode paths passed to the OC.Files.ClientRoeland Jago Douma2018-01-101-7/+7
| | | | | | | | | | | | | | This is handled already in the client. So double encoding breaks things in some situations. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Return proper principal on the uploads collection listingRoeland Jago Douma2018-01-101-1/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7773 from nextcloud/add-events-for-favoritesMorris Jobke2018-01-103-4/+25
|\ \ | | | | | | Add events for favorites
| * | Add events for favoritesJoas Schilling2018-01-103-4/+25
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix appmenu svg double invertJulius Härtl2018-01-101-6/+10
|/ / | | | | | | | | | | | | | | | | This fixes a regression caused by 9b668d0, where the css filters to preview color inversion of the app menu was applied by default. This commit makes the css filters sensitive on what the current state of the app menu is. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-01-104-0/+8
| |
* | Merge pull request #7705 from nextcloud/theming-calc-adjustMorris Jobke2018-01-093-18/+61
|\ \ | |/ |/| Adjust theming color calculations using sRGB luma
| * Add colors to testsJulius Härtl2018-01-081-7/+13
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Fix preview when theming changes invertion of iconsJulius Härtl2018-01-081-0/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Adjust theming color calculations using sRGB lumaJulius Härtl2018-01-082-11/+39
| | | | | | | | | | | | based on https://robots.thoughtbot.com/closer-look-color-lightness Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #7713 from nextcloud/fix-sync-offsetMorris Jobke2018-01-096-7/+358
|\ \ | | | | | | Fix LDAP Background Sync does not reset offset
| * | extend test for rotating prefixesArthur Schiwon2018-01-081-1/+10
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix changing to next cycleArthur Schiwon2018-01-081-2/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | add tests for whole run commandArthur Schiwon2018-01-081-0/+104
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | add unit test for qualifies to runArthur Schiwon2018-01-082-5/+21
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | add unit test for determining next cycleArthur Schiwon2018-01-081-0/+41
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix offset is never being resetArthur Schiwon2018-01-051-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | create failing test for this caseArthur Schiwon2018-01-056-2/+183
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Fix SCSS processing when undoing theming valuesJulius Härtl2018-01-091-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-01-0912-0/+22
| | |
* | | Merge pull request #7716 from ↵Morris Jobke2018-01-082-0/+38
|\ \ \ | |_|/ |/| | | | | | | | nextcloud/hide-favourite-icon-in-details-view-if-favourite-action-is-not-available Hide favourite icon in details view if favourite action is not available
| * | Hide favourite icon in details view if favourite action is not availableDaniel Calviño Sánchez2018-01-052-0/+38
| |/ | | | | | | | | | | | | | | | | | | | | | | When the favourite icon in the details view is clicked the "Favorite" action is triggered. However, if the action name given to "triggerAction" is not found then the "Download" action is triggered instead. As the "Favorite" action is not available in some file lists (like "Recents") the "Download" action was executed instead in those cases, which was a strange behaviour. Now the favourite icon is hidden if its action is not available. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-01-082-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-01-076-0/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2018-01-0622-134/+214
|/
* Fix faulty path in theming scss generationJulius Härtl2018-01-051-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2018-01-0518-0/+94
|
* Composer updatedRoeland Jago Douma2018-01-0438-304/+228
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #7570 from nextcloud/s3-legacy-authMorris Jobke2018-01-041-0/+2
|\ | | | | add option to use legacy v2 auth with s3
| * add option to use legacy v2 auth with s3Robin Appelman2017-12-191-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-01-04292-552/+3414
| |
* | Merge pull request #7686 from nextcloud/fix-quota-update-3Roeland Jago Douma2018-01-042-15/+5
|\ \ | | | | | | Fixed quota update on upload and on delete
| * | Fixup! removed unwanted lineJohn Molakvoæ (skjnldsv)2018-01-031-1/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fixed quota update on upload and on deleteJohn Molakvoæ (skjnldsv)2018-01-032-15/+6
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #7611 from nextcloud/fix-7445Morris Jobke2018-01-031-4/+3
|\ \ \ | | | | | | | | Don't attempt to translate login names to uids when uids are provided
| * | | removes invalid tests, adapts another oneArthur Schiwon2018-01-031-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #7685 from nextcloud/link-to-updateRoeland Jago Douma2018-01-031-1/+1
|\ \ \ \ | |_|/ / |/| | | Make update notification open the new update view from apps management
| * | | Make update notification open the new update view from apps managementJulius Härtl2018-01-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #7680 from nextcloud/fix-7609Roeland Jago Douma2018-01-031-3/+7
|\ \ \ \ | | | | | | | | | | format links in comments
| * | | | format links in commentsArthur Schiwon2018-01-031-3/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #7669 from nextcloud/ie-fix-invertMorris Jobke2018-01-031-5/+0
|\ \ \ \ \ | | | | | | | | | | | | Fix inverted app icons on IE11
| * | | | | Remove css invert since we are using svg filters for nowJulius Härtl2018-01-031-5/+0
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #7681 from nextcloud/fix-quota-update-2Morris Jobke2018-01-032-0/+23
|\ \ \ \ \ | | | | | | | | | | | | Update quotas on each upload
| * | | | | Fix unwanted varJohn Molakvoæ (skjnldsv)2018-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Update quotas on each uploadJohn Molakvoæ (skjnldsv)2018-01-032-0/+23
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #7533 from ↵Morris Jobke2018-01-0312-121/+314
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/oc-28545-handle-oc-total-length-in-new-chunking [oc] Handle OC-Total-Length in new chunking