summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [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
| * | | | Only set X-OC-Mtime when browser provided lastModified on uploadVincent Petry2017-12-151-4/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Transmit OC-Total-Length in browser as wellThomas Müller2017-12-151-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Handle OC-Total-Length in new chunkingThomas Müller2017-12-1511-120/+302
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #7678 from nextcloud/fix-share-logoMorris Jobke2018-01-032-0/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Use guest css on sharing authentication page
| * | | | Use guest css on sharing authentication pageJulius Härtl2018-01-032-0/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Do not log user errors as log level 4Morris Jobke2018-01-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | * hides log entries for the case the parent folder does not exist Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Show warning if slash is entered as filenameMorris Jobke2018-01-031-0/+2
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7634 from Abijeet/bug-7539Roeland Jago Douma2018-01-034-1/+33
|\ \ \ | | | | | | | | Fixes the delete button not appearing on certain lower resolutions
| * | | Remove margin for selected files summaryDaniel Calviño Sánchez2018-01-031-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The selected files summary shown in the multiselect header has a margin to align it with the names of the files in the contents of the file list. However, on very narrow screens, and depending on the verbosity of the language, the summary can overlap with the actions when the selection contains files and folders. To try to mitigate this, besides showing only the icons for the actions, the summary margin is removed too in very narrow screens. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>