summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix active entry highlight in certain apps"Morris Jobke2017-09-071-2/+1
|
* Merge pull request #6394 from nextcloud/navigation-mail-fixMorris Jobke2017-09-071-1/+2
|\ | | | | Fix active entry highlight in certain apps
| * Fix active entry highlight in certain appsJan-Christoph Borchardt2017-09-071-1/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Fix "Uninitialized string offset: 0 at ↵Lukas Reschke2017-09-071-6/+6
|/ | | | | | | | | | \/media\/psf\/stable9\/lib\/private\/URLGenerator.php#224" The URLGenerator doesn't support `` as target for absolute URLs, we need to link to `/` thus. Regression introduced with https://github.com/nextcloud/server/commit/46229a00f39e507249dbe3ceb7507277da3fa4f8 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Fix undefined index oauthStateMorris Jobke2017-09-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6370 from nextcloud/fix-alternative-loginsMorris Jobke2017-09-061-2/+17
|\ | | | | Fix layout of alternative login buttons
| * Fix layout of alternative login buttonsMorris Jobke2017-09-061-2/+17
| | | | | | | | | | | | * fixes #6367 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-09-064-0/+14
|/
* Merge pull request #6358 from nextcloud/fix-mixup-of-id-and-nameMorris Jobke2017-09-051-2/+1
|\ | | | | Set the meta data before everything
| * Merge setMetaData into constructorJoas Schilling2017-09-041-2/+1
| | | | | | | | | | | | This ensures that the meta data is set in the beginning Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-09-052-0/+14
| |
* | Use separate element color in themingJulius Härtl2017-09-043-10/+11
| | | | | | | | | | | | This way we can use a grey color when the primary color is to bright Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #6196 from nextcloud/downstream-26539-2Morris Jobke2017-09-041-0/+1
|\ \ | | | | | | Handle invalid ext storage backend to keep mount point visible
| * | Fix broken testsMorris Jobke2017-09-041-0/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #6342 from nextcloud/rich-link-previewRoeland Jago Douma2017-09-041-8/+22
|\ \ \ | | | | | | | | Add rich link preview to the login page
| * | | Add rich link preview to the login pageJulius Härtl2017-09-021-8/+22
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #6297 from te-online/add-mimetype-internet-shortcutMorris Jobke2017-09-044-4/+7
|\ \ \ \ | |_|/ / |/| | | Add mimetype application/internet-shortcut for .url files
| * | | Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update ↵Thomas Ebert2017-08-314-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | places/link svg. Add filetype/link icon. Add repair step for mime types. Signed-off-by: Thomas Ebert <thomas.ebert@te-online.net>
* | | | Merge pull request #6341 from nextcloud/jquery-ui-scssMorris Jobke2017-09-037-61/+85
|\ \ \ \ | | | | | | | | | | Use SCSS for jquery-ui-fixes
| * | | | Fix font colorMorris Jobke2017-09-031-7/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Remove unnecessary files for jquery-ui-fixesJulius Härtl2017-09-037-9/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | Use SCSS for jquery-ui-fixesJulius Härtl2017-09-023-55/+87
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | - Move to SCSS so we use theming color values - Apply tab style from files sidebar to ui-tabs (e.g. in user_ldap) - Move select style to the jquery-ui-fixes file and make those only apply to ui-autocomplete elements Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / | | [tx-robot] updated from transifexNextcloud bot2017-09-034-2/+38
|/ / /
* | / [tx-robot] updated from transifexNextcloud bot2017-09-028-2/+46
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2017-09-016-8/+32
|/
* [tx-robot] updated from transifexNextcloud bot2017-08-3122-2/+104
|
* [tx-robot] updated from transifexNextcloud bot2017-08-3078-382/+398
|
* Merge pull request #6303 from nextcloud/background-imageMorris Jobke2017-08-297-8/+20032
|\ | | | | Adjust background image to the one used on the website
| * Set primary action button color to same as theming colorJan-Christoph Borchardt2017-08-292-4/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Update background image to the one used on the websiteJan-Christoph Borchardt2017-08-296-4/+20028
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Spelling: Shortening and single please.Allan Nordhøy2017-08-291-2/+2
| |
* | Merge pull request #6293 from nextcloud/less-user-enumerationJoas Schilling2017-08-291-1/+1
|\ \ | | | | | | Return the user id in case of an error
| * | Return the user id in case of an errorJoas Schilling2017-08-291-1/+1
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #4925 from nextcloud/error-stylingMorris Jobke2017-08-294-29/+34
|\ \ | |/ |/| Improve design and wording of various error messages
| * Shorten text of untrusted domain errorJan-Christoph Borchardt2017-08-121-2/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * fix design of the track traceMorris Jobke2017-08-121-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Improve design of various error messagesJan-Christoph Borchardt2017-08-124-28/+33
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | [tx-robot] updated from transifexNextcloud bot2017-08-282-4/+6
| |
* | Merge pull request #6255 from nextcloud/email-meta-dataMorris Jobke2017-08-261-0/+3
|\ \ | | | | | | Add meta information to emails for better customisation
| * | Also for reset passwordJoas Schilling2017-08-241-0/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #6177 from nextcloud/properly-add-slo-urlMorris Jobke2017-08-263-6/+6
|\ \ \ | | | | | | | | Properly allow \OCP\Authentication\IApacheBackend to specify logout URL
| * | | Inject \OCP\IURLGenerator to make tests workLukas Reschke2017-08-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-183-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Any `\OCP\Authentication\IApacheBackend` previously had to implement `getLogoutAttribute` which returns a string. This string is directly injected into the logout `<a>` tag, so returning something like `href="foo"` would result in `<a href="foo">`. This is rather error prone and also in Nextcloud 12 broken as the logout entry has been moved with 054e161eb5f4a5c5c13ee322ae8e93ce66f01b13 inside the navigation manager where one cannot simply inject attributes. Thus this feature is broken in Nextcloud 12 which effectively leads to the bug described at nextcloud/user_saml#112, people cannot logout anymore when using SAML using SLO. Basically in case of SAML you have a SLO url which redirects you to the IdP and properly logs you out there as well. Instead of monkey patching the Navigation manager I decided to instead change `\OCP\Authentication\IApacheBackend` to use `\OCP\Authentication\IApacheBackend::getLogoutUrl` instead where it can return a string with the appropriate logout URL. Since this functionality is only prominently used in the SAML plugin. Any custom app would need a small change but I'm not aware of any and there's simply no way to fix this properly otherwise. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Allow 2FA providers to specify their custom CSPChristoph Wurst2017-08-261-1/+7
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Add standard border-radius to datepickerJan-Christoph Borchardt2017-08-251-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | [tx-robot] updated from transifexNextcloud bot2017-08-254-0/+34
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-244-32/+40
| | |
* | | Merge pull request #6165 from nextcloud/bump-dompurifyMorris Jobke2017-08-233-10/+12
|\ \ \ | | | | | | | | Bump DOMPurify
| * | | Bump merged JSLukas Reschke2017-08-171-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Bump DOMPurify to 1.0.0Lukas Reschke2017-08-172-8/+9
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>