summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-07-262-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-07-252-0/+6
|
* Remove files_texteditor from shipped appsJulius Härtl2019-07-241-1/+0
| | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2019-07-232-0/+8
|
* Merge pull request #16487 from ↵Roeland Jago Douma2019-07-221-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/blueimp-md5-2.11.0 Bump blueimp-md5 from 2.10.0 to 2.11.0
| * Bump blueimp-md5 from 2.10.0 to 2.11.0dependabot-preview[bot]2019-07-211-1/+1
| | | | | | | | | | | | | | | | | | Bumps [blueimp-md5](https://github.com/blueimp/JavaScript-MD5) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/blueimp/JavaScript-MD5/releases) - [Commits](https://github.com/blueimp/JavaScript-MD5/compare/v2.10.0...v2.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-07-224-10/+14
|/
* [tx-robot] updated from transifexNextcloud bot2019-07-2110-28/+108
|
* Merge pull request #16470 from ↵Morris Jobke2019-07-201-1/+2
|\ | | | | | | | | nextcloud/bugfix/noid/settings-menu-border-top_new Add border-top to settings menu when its open
| * Add border-top to settings menu when its openGreta Doci2019-07-191-1/+2
| | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-07-206-4/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2019-07-1916-0/+16
| |
* | Merge pull request #16420 from nextcloud/bugfix/noid/settings-menu-border-topMorris Jobke2019-07-181-2/+4
|\| | | | | Add border-top to settings menu when its open ref #16076
| * Add border-top to settings menu when its open ref #16076Greta Doci2019-07-171-2/+4
| | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-07-182-0/+2
| |
* | Merge pull request #15040 from ↵Morris Jobke2019-07-172-20/+23
|\ \ | | | | | | | | | | | | nextcloud/feature/13980/push-for-deleted-notifications Notifications overhaul
| * | Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-161-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix new core notifierJoas Schilling2019-07-152-20/+23
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-172-2/+2
| | |
* | | Merge pull request #14228 from nextcloud/feature/noid/add-metadata-etagMorris Jobke2019-07-151-0/+73
|\ \ \ | | | | | | | | Add DB table to extend filecache with metadata etag, creation and upload time
| * | | Add DB table to extend filecache with metadata etag, creation time and ↵Morris Jobke2019-07-151-0/+73
| |/ / | | | | | | | | | | | | | | | upload time Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #16334 from nextcloud/feature/noid/enterprise-logoRoeland Jago Douma2019-07-152-0/+1
|\ \ \ | |/ / |/| | Add enterprise logo
| * | Add enterprise logoMorris Jobke2019-07-152-0/+1
| | | | | | | | | | | | | | | | | | Also set it as theming logo if the subscription is valid. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #16369 from ↵Morris Jobke2019-07-159-16/+21
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/rename-parameter-in-ocp-toast-for-consistency-with-oc-notification Rename parameter in OCP.Toast for consistency with OC.Notification
| * | | Rename parameter in OCP.Toast for consistency with OC.NotificationDaniel Calviño Sánchez2019-07-129-16/+21
| | |/ | |/| | | | | | | | | | | | | | | | | | | This fixes HTML messages in "OC.Notification.showTemporary" (as "showHtml" was not set based on "isHTML"), and also makes OCP.Toast to keep the old OC.Notification API when used directly. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-144-4/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-07-132-2/+2
|/ /
* / [tx-robot] updated from transifexNextcloud bot2019-07-1210-10/+24
|/
* [tx-robot] updated from transifexNextcloud bot2019-07-1110-8/+18
|
* Merge pull request #16308 from nextcloud/fix/undefined-offset-0Morris Jobke2019-07-101-3/+6
|\ | | | | Prevent undefined offset 0 in findByUserIdOrMail
| * Return first value from $usersDaniel Kesselberg2019-07-091-3/+6
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2019-07-106-0/+6
| |
* | Merge pull request #16310 from nextcloud/enh/drop-execution-contextRoeland Jago Douma2019-07-091-1/+1
|\ \ | | | | | | Don't send executionContexts for Clear-Site-Data
| * | Don't send executionContexts for Clear-Site-DataDaniel Kesselberg2019-07-091-1/+1
| |/ | | | | | | | | | | | | | | | | | | There are plans to remove executionContexts from the spec: https://github.com/w3c/webappsec-clear-site-data/issues/59 Firefox already removed it https://bugzilla.mozilla.org/show_bug.cgi?id=1548034 Chromium implementation is not finish: https://bugs.chromium.org/p/chromium/issues/detail?id=898503&q=clear-site-data&sort=-modified&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #15881 from PhieF/toggle-password-loginRoeland Jago Douma2019-07-094-3/+25
|\ \ | | | | | | adding toggle password to be able to see it when login
| * | adding toggle password to be able to see itPhie2019-07-094-3/+25
| | | | | | | | | | | | Signed-off-by: Phie <phie@phie.ovh>
* | | Bump marked to 0.7.0Roeland Jago Douma2019-07-092-2/+2
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-07-0934-34/+0
| |
* | Bump webpack from 4.35.0 to 4.35.2dependabot-preview[bot]2019-07-086-36/+36
|/ | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.35.0 to 4.35.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.35.0...v4.35.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Update core/src/components/login/ResetPassword.vueAkshala Bhatnagar2019-07-073-3/+3
| | | | Co-Authored-By: Julius Härtl <jus@bitgrid.net>
* changed the text for reset passwordAkshala Bhatnagar2019-07-071-1/+1
| | | | Signed-off-by: Akshala Bhatnagar <akshala.bhatnagar@gmail.com>
* Use theme colors for text selection (#16037)John Molakvoæ2019-07-071-0/+8
|\ | | | | Use theme colors for text selection
| * Use theme colors for text selectionJan-Christoph Borchardt2019-07-051-0/+8
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Mimetype list integrity check should not fail if it's changed (#15810)John Molakvoæ2019-07-072-72/+108
|\ \ | | | | | | Mimetype list integrity check should not fail if it's changed
| * | Add function parameter typehintXheni Myrtaj2019-05-291-1/+1
| | | | | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * | Do not fail integrity check if mimetype list is changedXheni Myrtaj2019-05-292-72/+108
| | | | | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
* | | Merge pull request #16236 from gary-kim/fix/16076/admin-settings-alignmentJohn Molakvoæ2019-07-071-1/+1
|\ \ \ | | | | | | | | Fix alignment issues in admin settings
| * | | Fix alignment issues in admin settingsGary Kim2019-07-051-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | | [tx-robot] updated from transifexNextcloud bot2019-07-062-0/+6
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2019-07-054-0/+4
|/ /