summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix spacing in sidebar tabsJan-Christoph Borchardt2016-11-171-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* properly align input box items in share tab viewJan-Christoph Borchardt2016-11-171-9/+14
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* fix layout of sharing listJan-Christoph Borchardt2016-11-173-13/+20
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* remove Unshare icon in listJan-Christoph Borchardt2016-11-171-1/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #2153 from nextcloud/version-hintMorris Jobke2016-11-171-4/+9
|\ | | | | add explanatory text of what to do on app version error
| * Show all in one messageJoas Schilling2016-11-161-4/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * add explanatory text of what to do on app version errorJan-Christoph Borchardt2016-11-161-2/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #2124 from nextcloud/oc_26591Lukas Reschke2016-11-171-2/+7
|\ \ | | | | | | Cache js, css and woff files for a week
| * | Cache js, css and woff files for a week (#26591)Jörn Friedrich Dreyer2016-11-141-2/+7
| | | | | | | | | | | | | | | | | | increases the cache duration for css and js files from 2 hours to half a year. Should they change the versionhash changes as well and a new file is fetched. Half a year should be long enough for oc updates. Also allows caching woff files for 7 days. Currently, there is no versionhash available, but pressing F5 will also refresh the woff files.
* | | Merge pull request #2175 from nextcloud/token-invalidate-debugChristoph Wurst2016-11-171-2/+2
|\ \ \ | | | | | | | | use lower loglevel for token cleanup messages
| * | | use lower loglevel for token cleanup messagesRobin Appelman2016-11-171-2/+2
|/ / / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2170 from nextcloud/ocs_person_to_controllerJoas Schilling2016-11-175-57/+248
|\ \ \ | | | | | | | | OCS person to controller
| * | | Add OCSControllerTestsRoeland Jago Douma2016-11-161-0/+209
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move OC\OCS\Person to OCSControllerRoeland Jago Douma2016-11-164-57/+39
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #2174 from nextcloud/icons-audio-video-offJoas Schilling2016-11-177-2/+42
|\ \ \ \ | | | | | | | | | | add icons for audio mute and video off
| * | | | add icons for audio mute and video offJan-Christoph Borchardt2016-11-177-2/+42
|/ / / / | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #2164 from nextcloud/token-login-wanringLukas Reschke2016-11-171-1/+1
|\ \ \ \ | | | | | | | | | | fix warning with token login
| * | | | fix warning with token loginRobin Appelman2016-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2016-11-17118-460/+832
| | | | |
* | | | | Merge pull request #2122 from nextcloud/downstream-26520Morris Jobke2016-11-173-7/+11
|\ \ \ \ \ | | | | | | | | | | | | Hack to prevent warning for read-only wrapper in public links
| * | | | | only use one kind of hack for the storage wrappers of the sharing codeMorris Jobke2016-11-162-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-162-6/+7
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Storage wrappers should normally always be registered inside a presetup hook. However in the public link scenario this is not possible and there is currently no good alternative with the current architecture. Instead of logging a warning every time, this fix prevents the warning to be shown but also adds a FIXME in the code for the future. This is ok because this app is already using private/internal APIs at the moment and should be reworked properly in the future.
* | | | | Merge pull request #2141 from nextcloud/icon-backgroundRoeland Jago Douma2016-11-175-7/+31
|\ \ \ \ \ | | | | | | | | | | | | add dark background fade to icons to make them visible on light backgrounds
| * | | | | add dark background fade to icons to make them visible on light backgroundsJan-Christoph Borchardt2016-11-155-7/+31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | Merge pull request #2151 from nextcloud/theming-fixesMorris Jobke2016-11-162-30/+53
|\ \ \ \ \ \ | | | | | | | | | | | | | | theming: move reset button into field and only show when focused
| * | | | | | theming: move reset button into field and only show when focusedJan-Christoph Borchardt2016-11-162-30/+53
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | Merge pull request #2131 from nextcloud/fix-tabs-in-translationRoeland Jago Douma2016-11-161-6/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | convert text to single line so tabs in translation issue is fixed
| * | | | | | No HTML in stringRoeland Jago Douma2016-11-161-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | convert text to single line so tabs in translation issue is fixedJan-Christoph Borchardt2016-11-161-6/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | Merge pull request #2147 from nextcloud/dont-update-same-valueRoeland Jago Douma2016-11-161-4/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Don't update value if it is already set to the same value
| * | | | | | Use getvalue to fetch the valueRoeland Jago Douma2016-11-161-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | Don't update value if it is already set to the same valueMorris Jobke2016-11-161-1/+4
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * this PR makes sure to warm up the cache for that user * then the logic within the "if is in cache" code can be used to reduce needed queries * inspired by @andreas-p - https://github.com/nextcloud/server/pull/2128 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #2157 from nextcloud/fix-checkboxesJoas Schilling2016-11-163-8/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix checkboxes when theming color is enabled
| * | | | | | Fix margin for checkboxes in multiselect optionsJulius Haertl2016-11-161-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * | | | | | Revert "Fix #1782"Julius Haertl2016-11-162-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bc5268bdc84c9c9f302914ebb1b5304b614dfc2e. Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | | | | | Merge pull request #2123 from nextcloud/downstream-26522Joas Schilling2016-11-162-2/+34
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Skip hidden files when counting visible files in list
| * | | | | | Skip hidden files when counting visible files in list (#26522)Vincent Petry2016-11-142-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file list UI logic that renders the next page doesn't properly exclude hidden files when not shown. This fix makes sure that only rows that are actually visible are counted when rendering a page, this makes sure that the page will always have enough elements displayed.
* | | | | | | Merge pull request #2160 from nextcloud/its-nextcloudRoeland Jago Douma2016-11-161-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | It's Nextcloud
| * | | | | | | It's NextcloudMarius Blüm2016-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* | | | | | | | Merge pull request #2166 from nextcloud/logreader-shippedRoeland Jago Douma2016-11-161-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | set logreader as shipped
| * | | | | | | | set logreader as shippedRobin Appelman2016-11-161-0/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #2146 from nextcloud/add_copy_tooltip_to_clipboardRoeland Jago Douma2016-11-164-30/+59
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Adds copy tooltip to clipboards
| * | | | | | | Fix tooltips - they now properly change on clickMorris Jobke2016-11-166-35/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | Adds copy tooltip to clipboardsRoeland Jago Douma2016-11-153-4/+5
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #719 from nextcloud/lockdownRoeland Jago Douma2016-11-1628-41/+1336
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow restricting of app password permissions
| * | | | | | | add testRobin Appelman2016-11-161-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | Add test for setting up fake fsRobin Appelman2016-11-163-2/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | dropdown uiRobin Appelman2016-11-163-24/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | Adds tests for the AuthSettingsControllerRoeland Jago Douma2016-11-161-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | | Adds NullCache ans NullStorage tests for LockdownRoeland Jago Douma2016-11-162-0/+402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>