summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* endorseLinkPassword changed to enableLinkPasswordByDefaultTimo Benk2017-04-032-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* feature endorse password for share linksTimo Benk2017-04-032-1/+2
| | | | | | | | works like "enforce password protection", but let the user optionally remove the password protection after the password is set. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* [tx-robot] updated from transifexNextcloud bot2017-04-034-0/+6
|
* Merge pull request #4183 from nextcloud/css-shortcuts-viewLukas Reschke2017-04-021-1/+30
|\ | | | | Add CSS for styling of keyboard shortcuts view
| * Add CSS for styling of keyboard shortcuts viewJan-Christoph Borchardt2017-03-301-1/+30
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2017-04-022-0/+2
| |
* | Merge pull request #4174 from nextcloud/mergejs-newlineChristoph Wurst2017-04-011-7/+23
|\ \ | | | | | | mergejs should print a newline between imports
| * | mergejs should print a newline between importsRoeland Jago Douma2017-03-311-7/+23
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-04-012-0/+456
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-03-312-0/+2
| |
* | Merge pull request #4128 from nextcloud/updateclipboardJoas Schilling2017-03-306-1485/+15
|\ \ | |/ |/| Update clipboard.js
| * Use minified clipboard.jsRoeland Jago Douma2017-03-295-1517/+11
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Update clipboard.jsRoeland Jago Douma2017-03-292-210/+246
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #4132 from nextcloud/fix-safari-gzipLukas Reschke2017-03-302-2/+2
|\ \ | | | | | | Fix gzip files for Safari
| * | Fix gzip files for SafariMorris Jobke2017-03-292-2/+2
| | | | | | | | | | | | | | | | | | | | | * Safari support gzip only if the filename does not end on .gz - so this renames them to .gzip Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4100 from nextcloud/header-indicatorMorris Jobke2017-03-292-2/+26
|\ \ \ | | | | | | | | show triangle below user menu too when an entry inside there is active
| * | | adjust opacity of search and gear icons in headerJan-Christoph Borchardt2017-03-272-2/+7
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | add pointer finger to full clickable app icon areaJan-Christoph Borchardt2017-03-271-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | show triangle below user menu too when an entry inside there is activeJan-Christoph Borchardt2017-03-271-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | [tx-robot] updated from transifexNextcloud bot2017-03-306-120/+142
| | | |
* | | | Merge pull request #4142 from nextcloud/numeric_avatarMorris Jobke2017-03-291-0/+7
|\ \ \ \ | | | | | | | | | | Allow avatars for full numeric users
| * | | | Fix testsRoeland Jago Douma2017-03-291-2/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Allow avatars for full numeric usersRoeland Jago Douma2017-03-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4087 Because of fancy javascript if a full numeric uid was used javascript would convert this to an int. Now we just convert everything to a string first. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-294-7/+7
|/ / / / | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #4130 from nextcloud/replace-useless-print-unescaped-with-pJoas Schilling2017-03-291-1/+1
|\ \ \ \ | |_|/ / |/| | | Replace unecessary unescaped prints with print
| * | | Replace unecessary unescaped prints with printLukas Reschke2017-03-291-1/+1
| | |/ | |/| | | | | | | | | | | | | There's no need to have those unescaped from what I can see. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #4091 from nextcloud/Rudloff-manifestMorris Jobke2017-03-282-0/+15
|\ \ \ | | | | | | | | Web app manifest for adding to Android home screen
| * | | Web app manifestPierre Rudloff2017-03-282-0/+15
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | [tx-robot] updated from transifexNextcloud bot2017-03-2918-0/+18
| | | |
* | | | Merge pull request #4126 from nextcloud/better-empty-content-in-the-sidebarMorris Jobke2017-03-281-0/+4
|\ \ \ \ | |/ / / |/| | | Better styling of the empty content messages in the sidebar
| * | | Better styling of the empty content messages in the sidebarJoas Schilling2017-03-281-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #4070 from nextcloud/gzip_scss_jsMorris Jobke2017-03-282-4/+60
|\ \ \ \ | |_|/ / |/| | | GZip generated CSS/JS files
| * | | Allow to gzip CSS/JS filesRoeland Jago Douma2017-03-282-4/+60
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Since in production the SCSS files are compiled once and the javascript files are combined once we can just as well gzip them aggresively. This means that once they are requested and the browser supports gzip we can just serve the gzipped file saving precious bandwidth. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / Moving the inline js before the CSSRoeland Jago Douma2017-03-283-15/+15
|/ / | | | | | | | | | | This allows browsers to do smarted parallel downloads Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #4101 from nextcloud/header-detailMorris Jobke2017-03-281-6/+1
|\ \ | | | | | | show active indicator on current app even when hovering other icons
| * | show active indicator on current app even when hovering other iconsJan-Christoph Borchardt2017-03-271-6/+1
| |/ | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #4082 from nextcloud/fix-menuJohn Molakvoæ2017-03-281-16/+11
|\ \ | | | | | | Fix pop over menu opacity
| * | highlight active entry in personal info menu againJan-Christoph Borchardt2017-03-271-5/+5
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Fix pop over menu opacityMorris Jobke2017-03-261-15/+10
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-03-2848-50/+52
| | |
* | | Update strengthify and fix password strengthMorris Jobke2017-03-274-9/+14
| |/ |/| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #4092 from nextcloud/theme-favicon-mask-colorMorris Jobke2017-03-273-3/+3
|\ \ | | | | | | use theming colors for favicon on macOS
| * | use theming colors for favicon on macOSJan-Christoph Borchardt2017-03-273-3/+3
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #4027 from nextcloud/better-spreed-call-urlsRobin Appelman2017-03-272-17/+49
|\ \ \ | | | | | | | | Better spreed call urls
| * | | Throw a nice HintException when the apps are missingJoas Schilling2017-03-241-10/+30
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Allow to use short URLs for callsJoas Schilling2017-03-241-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Allow to push a non-query URL to the browser historyJoas Schilling2017-03-241-9/+15
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #4073 from nextcloud/secure-dropRoeland Jago Douma2017-03-271-1/+1
|\ \ \ \ | | | | | | | | | | Rename File drop to Secure drop
| * | | | Rename File drop to Secure dropOlivier Paroz2017-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #4064 from nextcloud/update-momentRoeland Jago Douma2017-03-277-24507/+1017
|\ \ \ \ \ | |_|_|/ / |/| | | | Update momentjs