summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2933 from nextcloud/dont-link-to-oc-forumMorris Jobke2017-01-041-1/+1
|\ | | | | Don't link to the oC forum
| * Don't link to the oC forumJoas Schilling2017-01-041-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-01-044-0/+4
|/
* Merge pull request #2850 from nextcloud/downstream-26603Roeland Jago Douma2017-01-022-19/+38
|\ | | | | Fixed size issues on main detail view and disappearing of share recipients (#26603)
| * Fixed size issues on main detail view and disappearing of share recipients ↵Michael Jobst2016-12-232-19/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#26603) * fixed size issues on main detail view and disappearing of share recipients * Changes due to code comments * Moved reloadProperties() to FileInfoModel * Solved Scrutinizer issues * Bugfix: undefined value used on error * check if options are set for FileInfoModel.initialize() Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-01-024-4/+22
| |
* | [tx-robot] updated from transifexNextcloud bot2016-12-316-2/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2016-12-306-0/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2016-12-2914-2/+144
| |
* | Merge pull request #2854 from nextcloud/2fa-redirect-urlRobin Appelman2016-12-281-0/+1
|\ \ | | | | | | Set redirect_url on 2FA challenge page
| * | Set redirect_url on 2FA challenge pageChristoph Wurst2016-12-231-0/+1
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2016-12-286-12/+60
| |
* | Merge pull request #2821 from nextcloud/added-hint-for-specifyingLukas Reschke2016-12-271-0/+3
|\ \ | | | | | | Fix #24219: Added hint for specifying a port. (#26860)
| * | Fix #24219: Added hint for specifying a port. (#26860)Sourav Badami2016-12-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | * Added hint for specifying a port. * Minor changes. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2016-12-272-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-12-2664-596/+1194
| |/ |/|
* | Use group display name in sharing API + UIVincent Petry2016-12-224-3/+35
|/
* Merge pull request #2563 from nextcloud/fix-password-resetMorris Jobke2016-12-221-1/+7
|\ | | | | fix password reset if encryption is enabled
| * fix password reset if encryption is enabledBjoern Schiessle2016-12-081-1/+7
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #2724 from nextcloud/fix-23591Lukas Reschke2016-12-212-7/+16
|\ \ | | | | | | [downstream] Report failures for SignApp and SignCore
| * | Check return value for file_put_contents. Add return value to the commandsVictor Dubiniuk2016-12-162-7/+16
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2016-12-2014-26/+238
| | |
* | | Verify input, add more unit testsPatrick Paysant2016-12-192-12/+23
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Add test for unparseable stringPatrick Paysant2016-12-191-1/+2
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Implements all comments from @PVince81Patrick Paysant2016-12-192-48/+46
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Adding computerFileSize in OC.UtilPatrick Paysant2016-12-192-0/+66
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Use a form so firefox doesn't try to save the space as a passwordJoas Schilling2016-12-191-3/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2723 from nextcloud/integrity-exit-codeRoeland Jago Douma2016-12-192-0/+6
|\ \ \ | | | | | | | | [downstream] Return 1 if integrity check is failed. Fixes #22806
| * | | Return 1 if integrity check is failed. Fixes #22806Victor Dubiniuk2016-12-162-0/+6
| |/ / | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* / / Adjust shadows and fix positioningJulius Haertl2016-12-171-4/+3
|/ / | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | Merge pull request #2398 from nextcloud/fix-2368Lukas Reschke2016-12-162-65/+157
|\ \ | | | | | | flicker-free permission change in share dialog
| * | fix rendering for mail sharesArthur Schiwon2016-12-081-2/+5
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | disable checkboxes during save op to avoid race conditionsArthur Schiwon2016-12-082-2/+17
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix some coding style and stricter comparisons, makes scrutinizer happierArthur Schiwon2016-12-082-4/+4
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | also handle can-edit changeArthur Schiwon2016-12-081-0/+5
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | flicker-free permission change in share dialogArthur Schiwon2016-12-082-63/+132
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2016-12-122-0/+662
| |
* | Merge pull request #2582 from nextcloud/callback-alos-on-closeLukas Reschke2016-12-091-1/+15
|\ \ | | | | | | Fire callback also on pure closing of prompt dialog
| * | Fire callback also on pure closing of prompt dialogMorris Jobke2016-12-091-1/+15
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #2561 from nextcloud/save-timezone-on-loginblizzz2016-12-093-3/+10
|\ \ \ | |/ / |/| | Save the timezone on login again
| * | Save the timezone on login againJoas Schilling2016-12-083-3/+10
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-12-094-0/+30
| |
* | Merge pull request #2515 from nextcloud/tag-rename-stylingJoas Schilling2016-12-082-3/+11
|\ \ | | | | | | fix styling of renaming system tags
| * | fix rename input positioning in ffRobin Appelman2016-12-061-0/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | float tooltip over select2 dropdownRobin Appelman2016-12-051-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix styling of renaming system tagsRobin Appelman2016-12-051-2/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2545 from nextcloud/fix-popover-widthRoeland Jago Douma2016-12-081-2/+2
|\ \ \ | |_|/ |/| | Fix popover width
| * | Fix popover margin and widthJohn Molakvoæ (skjnldsv)2016-12-071-2/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #2530 from ↵blizzz2016-12-061-0/+3
|\ \ \ | |/ / |/| | | | | | | | nextcloud/fix-change-permissions-mail-shares-on-folder fix change permission on mail shares of folders
| * | set different permissions if file or folderArthur Schiwon2016-12-061-3/+7
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>