aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Move public auth page overRoeland Jago Douma2018-06-203-0/+63
| | | | | | | Now this is in core so the basics (that 99% of the app will want to use) looks always the same. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-06-204-6/+28
|
* Debounce search and resetJohn Molakvoæ (skjnldsv)2018-06-191-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Added new search standardJohn Molakvoæ (skjnldsv)2018-06-193-375/+541
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add user search supportJohn Molakvoæ (skjnldsv)2018-06-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Better design for core search, fixes and style to scssJohn Molakvoæ (skjnldsv)2018-06-195-133/+132
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* New user support, provisionning api and design fixesJohn Molakvoæ (skjnldsv)2018-06-191-8/+13
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #9485 from nextcloud/feature/9441/multiple_token_providersblizzz2018-06-191-0/+54
|\ | | | | Add new public key token provider (tokens survive password change)
| * Add new authtoken v2 columns to the authtoken tableRoeland Jago Douma2018-06-181-0/+54
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-06-192-0/+26
|/
* Fixes the position of the navigation toggle menu icon in mobile.Abijeet2018-06-181-1/+1
| | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-06-184-0/+40
|
* [tx-robot] updated from transifexNextcloud bot2018-06-178-4/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-06-164-6/+48
|
* Merge pull request #9197 from nextcloud/fix-avatar-centerMorris Jobke2018-06-152-7/+13
|\ | | | | Fix avatar generator centering
| * Removed debug stackJohn Molakvoæ (skjnldsv)2018-06-151-1/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Removed old route, fix tests and fix var typeJohn Molakvoæ (skjnldsv)2018-06-131-1/+0
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Avatar imagick bumpJohn Molakvoæ (skjnldsv)2018-06-131-48/+14
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Unify colour algorithm outputJohn Molakvoæ (skjnldsv)2018-06-131-3/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Controller tests fixesJohn Molakvoæ (skjnldsv)2018-06-131-6/+16
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Return Svg avatarsJohn Molakvoæ (skjnldsv)2018-06-132-9/+38
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-06-1518-6/+260
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-1486-558/+170
| |
* | Merge pull request #9855 from ↵Roeland Jago Douma2018-06-131-0/+90
|\ \ | | | | | | | | | | | | nextcloud/feature/noid/cleanup-old-updater-backup-dirs Background job to clean up old backups of the updater
| * | Background job to clean up old backups of the updaterMorris Jobke2018-06-131-0/+90
| |/ | | | | | | | | | | | | * a one-time job gets scheduled after each update via a repair job * the job remove all directories inside data/updater-INSTANCEID/backups except the 3 most recent ones (determined by mtime of the folder) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Merge all setup checks into one controllerMorris Jobke2018-06-132-12/+201
|/ | | | | | * renamed hasMissingIndexes to missingIndexes Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #9836 from ↵Morris Jobke2018-06-133-14/+32
|\ | | | | | | | | nextcloud/feature/noid/merge-tips-and-tricks-into-setup-checks Merge tips & tricks section into setup checks
| * Merge tips & tricks section into setup checksMorris Jobke2018-06-133-14/+32
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #9850 from nextcloud/fix/noid/setup-check-empty-indexMorris Jobke2018-06-132-11/+21
|\ \ | |/ |/| Fix wrong hint about missing indexes
| * Fix wrong hint about missing indexesMorris Jobke2018-06-132-11/+21
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-06-136-2/+8
|/
* [tx-robot] updated from transifexNextcloud bot2018-06-124-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-06-112-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-06-092-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-06-088-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-06-072-0/+376
|
* Fix style of password button on protected link sharesMorris Jobke2018-06-061-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add a hint that some indexes are not added yetMorris Jobke2018-06-062-0/+42
| | | | | | | | | * gives the admin a chance to discover the missing indexes and improve the performance of the instance without digging through the manual * nicely integrated in the setup checks where this kind of hints belong to * also adds an option to integrate this from an app based on events * fix style of setting warnings Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-06-0614-0/+22
|
* Merge pull request #9724 from nextcloud/feature/9327/parent_share_indexMorris Jobke2018-06-042-1/+10
|\ | | | | Add parent index to share table
| * Add parent index to share tableRoeland Jago Douma2018-06-032-1/+10
| | | | | | | | | | | | Fixes #9327 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9641 from ↵Morris Jobke2018-06-042-18/+0
|\ \ | | | | | | | | | | | | nextcloud/techdep/noid/caching_explicit_in_response Move caching logic to response
| * | Fix usageRoeland Jago Douma2018-06-042-18/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #9721 from nextcloud/feature/9122/referrer-policyMorris Jobke2018-06-042-4/+226
|\ \ \ | | | | | | | | Add referrer policy setup check
| * | | Add referrer policy setup checkRoeland Jago Douma2018-06-042-4/+226
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9122 Based on https://www.w3.org/TR/referrer-policy/ and https://scotthelme.co.uk/a-new-security-header-referrer-policy/ Setting a sane Referrer-Policy will tell the browser if/when to send referrer headers when accessing a link from Nextcloud. When configured properly this results in less tracking and less leaking of (possibly) sensitive urls * Fix tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / [tx-robot] updated from transifexNextcloud bot2018-06-044-8/+8
|/ /
* / [tx-robot] updated from transifexNextcloud bot2018-06-032-6/+6
|/
* [tx-robot] updated from transifexNextcloud bot2018-06-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-316-22/+40
|
* Add human readable description to migration stepsRobin Appelman2018-05-303-1/+25
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>