summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3060 from nextcloud/cleanup-js-testsJoas Schilling2017-01-132-1/+10
|\ | | | | Cleanup js tests
| * expect warning to be shownChristoph Wurst2017-01-131-1/+3
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * add spies for l10n warningsChristoph Wurst2017-01-131-0/+7
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-101-1/+1
|/ | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Merge pull request #2512 from nextcloud/cleanup-system-tag-usageRoeland Jago Douma2017-01-062-18/+76
|\ | | | | Only allow admins to delete tags
| * Adjust the JS unit testsJoas Schilling2016-12-061-16/+71
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Only allow admins to delete tagsJoas Schilling2016-12-061-2/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | recognize LDIF (and schema) file typesArthur Schiwon2017-01-061-0/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Don't link to the oC forumJoas Schilling2017-01-041-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | 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>
* | Use group display name in sharing API + UIVincent Petry2016-12-224-3/+35
| |
* | 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>
* | 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>
* | | 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>
* / / Save the timezone on login againJoas Schilling2016-12-081-1/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | set different permissions if file or folderArthur Schiwon2016-12-061-3/+7
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | set full edit permissionsArthur Schiwon2016-12-061-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix change permission on mail shares of foldersArthur Schiwon2016-12-061-4/+3
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Properly check the data dirMorris Jobke2016-12-052-3/+4
| | | | | | * fixes #1364 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #1934 from nextcloud/move-latly-used-tags-to-the-topMorris Jobke2016-12-051-0/+31
|\ | | | | Move lately used tags to the top
| * Make sure the object exists before adding it.Joas Schilling2016-11-071-1/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * First list tags the user used latelyJoas Schilling2016-11-071-0/+30
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #2469 from nextcloud/fix-loading-icon-backgroundMorris Jobke2016-12-021-0/+8
|\ \ | | | | | | Remove white background from loading icon
| * | Remove white background from loading iconMorris Jobke2016-12-021-0/+8
| | | | | | | | | | | | | | | | | | | | | * allows to use the loading icon on non-white background (disabled input fields for example) * fixes #2466 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | adjust js testsRobin Appelman2016-12-021-0/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | only reload on errors when logged inRobin Appelman2016-12-011-1/+1
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix testsMorris Jobke2016-11-291-1/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Use displaynameJohn Molakvoæ2016-11-291-2/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #2342 from nextcloud/filepicker-shadowLukas Reschke2016-11-282-37/+8
|\ \ | | | | | | Fix filepicker styling
| * | move more sizing logic to cssRobin Appelman2016-11-282-19/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix dialog to window using cssRobin Appelman2016-11-281-11/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | center dialog using cssRobin Appelman2016-11-281-2/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | limit filepicker height to screenRobin Appelman2016-11-251-8/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix styling of filepicker dialogRobin Appelman2016-11-251-1/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2341 from nextcloud/filepicker-public-shareLukas Reschke2016-11-281-1/+1
|\ \ \ | | | | | | | | use public share fileclient when available
| * | | use public share fileclient when availableRobin Appelman2016-11-251-1/+1
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2363 from nextcloud/fix-2329Morris Jobke2016-11-281-3/+7
|\ \ \ | | | | | | | | open popup menu in share dialog only for one sharee on render
| * | | open popup menu in share dialog only for one sharee on renderArthur Schiwon2016-11-281-3/+7
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #2365 from ↵Lukas Reschke2016-11-281-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/resize-the-controls-after-the-sidebar-slided-in Make sure the controls is resized after the sidebar disappeared
| * | | | Make sure the controls is resized after the sidebar disappearedJoas Schilling2016-11-281-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / bring back permissions for mail sharesBjoern Schiessle2016-11-281-8/+6
|/ / / | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>