summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* using title as nameMaxence Lange2017-05-091-8/+8
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* open-graphMaxence Lange2017-05-081-0/+43
| | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* Merge pull request #4716 from nextcloud/user-settings-dropdownRobin Appelman2017-05-082-63/+283
|\ | | | | polish user actions dropdown
| * polish user actions dropdownRobin Appelman2017-05-062-63/+283
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #4556 from nextcloud/downstream-ldap-78Lukas Reschke2017-05-081-30/+10
|\ \ | | | | | | LDAP: only use proxy classes as backend
| * | Use proxy classesJuan Pablo Villafáñez2017-04-271-30/+10
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #4514 from nextcloud/automatic-mysql-4byte-detectionLukas Reschke2017-05-086-14/+78
|\ \ \ | | | | | | | | Automatic mysql 4byte detection
| * | | Fix docsJoas Schilling2017-05-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix autoloadingJoas Schilling2017-04-282-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | config.sample.php doc update for MySQL 4-Byte unicodeMartin2017-04-281-5/+8
| | | |
| * | | MySQL 4 byte is now detected during setup in any case.Thomas Müller2017-04-282-8/+10
| | | | | | | | | | | | | | | | config.sample.php was updated to explicitly state that there detection in place to set mysql.utf8mb4
| * | | Add console command to migrate the charsetThomas Müller2017-04-283-29/+62
| | | |
| * | | Fix mysql settingsThomas Müller2017-04-281-5/+3
| | | |
| * | | During setup of a mysql database we try to detect if charset 'utf8mb4' can ↵Thomas Müller2017-04-281-0/+26
| | | | | | | | | | | | | | | | be used
* | | | Merge pull request #4617 from nextcloud/theming-plain-backgroundLukas Reschke2017-05-088-20/+157
|\ \ \ \ | | | | | | | | | | Theming app: Add plain background color option
| * | | | Adjust login button color and remove borderJulius Härtl2017-05-081-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Fix tests for theming backgroundColorJulius Härtl2017-05-083-6/+50
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Theming app: Add plain background color optionJulius Haertl2017-05-086-15/+108
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | | | Merge pull request #4632 from nextcloud/login-logo-ratioLukas Reschke2017-05-082-1/+11
|\ \ \ \ \ | | | | | | | | | | | | show non landscape logos bigger on the login page
| * | | | | smaller max logo sizes and cleaner codeRobin Appelman2017-05-022-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | show non landscape icons bigger on the login pageRobin Appelman2017-05-012-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #4719 from nextcloud/error-page-themingLukas Reschke2017-05-081-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | ensure theming app is loaded when showing an error page
| * | | | | ensure theming app is loaded when showing an error pageRobin Appelman2017-05-061-0/+5
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #4551 from nextcloud/external-storagesMorris Jobke2017-05-083-4/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix name of external storages
| * | | | | Fix name of external storagesJan-Christoph Borchardt2017-05-083-4/+3
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-05-0836-276/+380
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2017-05-0732-10/+238
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2017-05-0634-6/+154
| | | |
* | | | Merge pull request #4710 from nextcloud/skeleton-read-onlyRobin Appelman2017-05-051-2/+7
|\ \ \ \ | | | | | | | | | | handle permissions errors when copying the skeleton for a read only user
| * | | | handle permissions errors when copying the skeleton for a read only userRobin Appelman2017-05-051-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #4701 from nextcloud/enforce-typeRoeland Jago Douma2017-05-052-2/+6
|\ \ \ \ \ | | | | | | | | | | | | Enforce type hints in dav app
| * | | | | Enforce type hints in dav appMorris Jobke2017-05-042-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #4703 from nextcloud/improve-memcache-testMorris Jobke2017-05-052-12/+44
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Make cache tests a bit more clear
| * | | | | Make cache tests a bit more clearMorris Jobke2017-05-042-12/+44
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #4707 from nextcloud/fix-invalid-theming-urlsRoeland Jago Douma2017-05-053-12/+25
|\ \ \ \ \ | | | | | | | | | | | | Fix invalid theming URLs
| * | | | | Fix invalid theming URLsMorris Jobke2017-05-053-12/+25
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * logo and background image had the cache buster applied twice: background-image: url(http://192.168.99.100/server/core/img/logo.svg?v=0?v=0); Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / / / [tx-robot] updated from transifexNextcloud bot2017-05-0580-146/+338
|/ / / /
* | | | Merge pull request #4588 from nextcloud/update-redirection-login-flowRoeland Jago Douma2017-05-043-6/+7
|\ \ \ \ | | | | | | | | | | Update login flow redirection
| * | | | Update login flow redirectionMario Danic2017-05-043-6/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #4700 from nextcloud/redis-cluster-compatibilityRoeland Jago Douma2017-05-041-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | Compatibility with Redis and RedisCluster
| * | | | Compatibility with Redis and RedisClusterMorris Jobke2017-05-041-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #4694 from nextcloud/fix_4676Christoph Wurst2017-05-041-0/+24
|\ \ \ \ \ | |/ / / / |/| | | | Load proper fonts in guest.css
| * | | | Load proper fonts in guest.cssRoeland Jago Douma2017-05-041-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4676 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #4681 from nextcloud/link_radioMorris Jobke2017-05-043-59/+68
|\ \ \ \ \ | | | | | | | | | | | | Make read/write options in sharing view radiobuttons
| * | | | | Fix event firingRoeland Jago Douma2017-05-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | Add radio class to read/write sharing options and 1px left adjustmentFelix A. Epp2017-05-042-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
| * | | | | Fix read-only label idFelix A. Epp2017-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
| * | | | | Make files drop more permanentRoeland Jago Douma2017-05-042-59/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement the suggestions from #2207 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #4693 from nextcloud/fix_4644Roeland Jago Douma2017-05-042-1/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Do not reload the filelist on first open
| * | | | | | Do not reload the filelist on first openRoeland Jago Douma2017-05-042-1/+16
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #4644 Without this patch the filelist would always reload. However since not all the correct data was set yet it would often: 1. fireoff a propfind to ../webdav/ 2. fireoff a propfind to ../webdav/<PATH> When just opening the file list those are the same so the result is just fine. However if opening a direct link it means that there is a race condition on which finishes first. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>