summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* when paged results are turned off, all (max possible) users are returnedArthur Schiwon2018-01-112-2/+3
| | | | | | thus hasMoreResult should return false Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-01-114-4/+8
|
* 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 #7635 from Abijeet/bug-7106Roeland Jago Douma2018-01-103-2/+67
|\ \ | | | | | | Fixes password input being prompted every time.
| * | Add extra test cases for password confirmationDaniel Calviño Sánchez2018-01-101-2/+26
| | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Added test cases for the fix for the password confirmation box appearing ↵Abijeet2018-01-101-0/+37
| | | | | | | | | | | | | | | | | | repeatedly. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
| * | Fixes password input being prompted every time.Abijeet2018-01-082-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7106 - Echoing the current server time via a JS variable and storing the current time on page load in JS. - Calculating the diff and taking it into account when deciding whether to show the password confirmation. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | | Merge pull request #7763 from nextcloud/pos_fix_7751Morris Jobke2018-01-101-3/+3
|\ \ \ | | | | | | | | Do not instantiate node when not needed
| * | | Do not instantiate node when not neededRoeland Jago Douma2018-01-091-3/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | Use the lazy functions is possible. This avoids getting the node if not required. Possible fix for #7751 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>
* | | | Merge pull request #7767 from nextcloud/fix-theming-regressionRoeland Jago Douma2018-01-102-14/+16
|\ \ \ \ | | | | | | | | | | Fix appmenu svg double invert
| * | | | Fix appmenu svg double invertJulius Härtl2018-01-102-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #7769 from nextcloud/fix-ie-svg-sizeMorris Jobke2018-01-101-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Set height for sidebar icons
| * | | | | Set height for sidebar iconsJulius Härtl2018-01-101-0/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure they are properly scaled in IE11 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #7766 from nextcloud/log_properly_7755blizzz2018-01-101-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Log a missing setting as INFO not as WARNING
| * | | | | Log a missing setting as INFO not as WARNINGRoeland Jago Douma2018-01-101-1/+2
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It can happen for all kinds of reasons that a setting is not available. (A user removes a folder, a setting got deleted). So don't polute the log on default settings. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #7772 from nextcloud/coc_ciMorris Jobke2018-01-101-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix CI after Code of Conduct merge
| * | | | Fix CI after Code of Conduct mergeRoeland Jago Douma2018-01-101-0/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7768 from nextcloud/code-of-conductMorris Jobke2018-01-101-0/+9
|\ \ \ \ | | | | | | | | | | Create CODE_OF_CONDUCT.md
| * | | | Create CODE_OF_CONDUCT.mdJos Poortvliet2018-01-101-0/+9
|/ / / / | | | | | | | | By adding (a link to) our code of conduct to the github repo, Github will be able to show it to people. Yay!
* | | | Merge pull request #7760 from nextcloud/remove-useless-outputRoeland Jago Douma2018-01-101-2/+2
|\ \ \ \ | |_|/ / |/| | | Remove "DEBUG OUTPUT:" from failing OCS API requests
| * | | Remove "DEBUG OUTPUT:" from failing OCS API requestsMorris Jobke2018-01-091-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2018-01-106-0/+20
| | | |
* | | | 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>
* | | | | Merge pull request #7756 from nextcloud/fix-theming-rebase-urlMorris Jobke2018-01-091-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix SCSS processing when undoing theming values
| * | | | Fix SCSS processing when undoing theming valuesJulius Härtl2018-01-091-1/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #7731 from nextcloud/preview_size_incJan-Christoph Borchardt2018-01-092-6/+6
|\ \ \ \ | | | | | | | | | | Max preview size to 4096x4096
| * | | | Max preview size to 4096x4096Roeland Jago Douma2018-01-082-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With HiDPI screens. And even normal HD screens you want more detail from your pictures. Or the ability to somewhat zoom on you previews. For this we need somewhat larger previews. Moving the default to 4096x4096 is a step up. Users that want the old behavior can still set the values in config.php Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #7729 from nextcloud/fix-tooltip-shadowJan-Christoph Borchardt2018-01-092-2/+3
|\ \ \ \ \ | | | | | | | | | | | | Improve shadow of tooltips
| * | | | | Improve shadow of tooltipsJulius Härtl2018-01-082-2/+3
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-01-0918-0/+52
| | | | |
* | | | | Merge pull request #7739 from nextcloud/_blankRoeland Jago Douma2018-01-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | opens comments links in _blank 🙊
| * | | | | opens comments links in _blank 🙊Arthur Schiwon2018-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #7692 from nextcloud/dont_lie_preview_mimetypeRoeland Jago Douma2018-01-084-9/+76
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Don't lie about the preview mimetype
| * | | | | Only return 1 typeRoeland Jago Douma2018-01-072-7/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Throw proper exception if we can't get the mimetype for a preview. Catch it later on so we can just return a not found for the preview. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Don't lie about the preview mimetypeRoeland Jago Douma2018-01-074-7/+61
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For legacy reasons we stored all the previews with a png extention. However we did not put png data in them all the time. This caused the preview endpoints to always report that a preview is a png file. Which was a lie. Since we abstract away from the storage etc in the previewmanager. There is no need anymore to store them as .png files and instead we can use the actual file extention. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>