Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3060 from nextcloud/cleanup-js-tests | Joas Schilling | 2017-01-13 | 2 | -1/+10 |
|\ | | | | | Cleanup js tests | ||||
| * | expect warning to be shown | Christoph Wurst | 2017-01-13 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | add spies for l10n warnings | Christoph Wurst | 2017-01-13 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | create new encryption keys on password reset and backup the old one | Bjoern Schiessle | 2017-01-10 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #2512 from nextcloud/cleanup-system-tag-usage | Roeland Jago Douma | 2017-01-06 | 2 | -18/+76 |
|\ | | | | | Only allow admins to delete tags | ||||
| * | Adjust the JS unit tests | Joas Schilling | 2016-12-06 | 1 | -16/+71 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Only allow admins to delete tags | Joas Schilling | 2016-12-06 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | recognize LDIF (and schema) file types | Arthur Schiwon | 2017-01-06 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Don't link to the oC forum | Joas Schilling | 2017-01-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fixed size issues on main detail view and disappearing of share recipients ↵ | Michael Jobst | 2016-12-23 | 2 | -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 + UI | Vincent Petry | 2016-12-22 | 4 | -3/+35 |
| | | |||||
* | | Verify input, add more unit tests | Patrick Paysant | 2016-12-19 | 2 | -12/+23 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Add test for unparseable string | Patrick Paysant | 2016-12-19 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Implements all comments from @PVince81 | Patrick Paysant | 2016-12-19 | 2 | -48/+46 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Adding computerFileSize in OC.Util | Patrick Paysant | 2016-12-19 | 2 | -0/+66 |
| | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #2398 from nextcloud/fix-2368 | Lukas Reschke | 2016-12-16 | 2 | -65/+157 |
|\ \ | | | | | | | flicker-free permission change in share dialog | ||||
| * | | fix rendering for mail shares | Arthur Schiwon | 2016-12-08 | 1 | -2/+5 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | disable checkboxes during save op to avoid race conditions | Arthur Schiwon | 2016-12-08 | 2 | -2/+17 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | fix some coding style and stricter comparisons, makes scrutinizer happier | Arthur Schiwon | 2016-12-08 | 2 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | also handle can-edit change | Arthur Schiwon | 2016-12-08 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | flicker-free permission change in share dialog | Arthur Schiwon | 2016-12-08 | 2 | -63/+132 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #2582 from nextcloud/callback-alos-on-close | Lukas Reschke | 2016-12-09 | 1 | -1/+15 |
|\ \ \ | | | | | | | | | Fire callback also on pure closing of prompt dialog | ||||
| * | | | Fire callback also on pure closing of prompt dialog | Morris Jobke | 2016-12-09 | 1 | -1/+15 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / / | Save the timezone on login again | Joas Schilling | 2016-12-08 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | set different permissions if file or folder | Arthur Schiwon | 2016-12-06 | 1 | -3/+7 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | set full edit permissions | Arthur Schiwon | 2016-12-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | fix change permission on mail shares of folders | Arthur Schiwon | 2016-12-06 | 1 | -4/+3 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Properly check the data dir | Morris Jobke | 2016-12-05 | 2 | -3/+4 |
| | | | | | | * fixes #1364 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #1934 from nextcloud/move-latly-used-tags-to-the-top | Morris Jobke | 2016-12-05 | 1 | -0/+31 |
|\ | | | | | Move lately used tags to the top | ||||
| * | Make sure the object exists before adding it. | Joas Schilling | 2016-11-07 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | First list tags the user used lately | Joas Schilling | 2016-11-07 | 1 | -0/+30 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #2469 from nextcloud/fix-loading-icon-background | Morris Jobke | 2016-12-02 | 1 | -0/+8 |
|\ \ | | | | | | | Remove white background from loading icon | ||||
| * | | Remove white background from loading icon | Morris Jobke | 2016-12-02 | 1 | -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 tests | Robin Appelman | 2016-12-02 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | only reload on errors when logged in | Robin Appelman | 2016-12-01 | 1 | -1/+1 |
|/ / | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix tests | Morris Jobke | 2016-11-29 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Use displayname | John Molakvoæ | 2016-11-29 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #2342 from nextcloud/filepicker-shadow | Lukas Reschke | 2016-11-28 | 2 | -37/+8 |
|\ \ | | | | | | | Fix filepicker styling | ||||
| * | | move more sizing logic to css | Robin Appelman | 2016-11-28 | 2 | -19/+8 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | fix dialog to window using css | Robin Appelman | 2016-11-28 | 1 | -11/+0 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | center dialog using css | Robin Appelman | 2016-11-28 | 1 | -2/+0 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | limit filepicker height to screen | Robin Appelman | 2016-11-25 | 1 | -8/+1 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | fix styling of filepicker dialog | Robin Appelman | 2016-11-25 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #2341 from nextcloud/filepicker-public-share | Lukas Reschke | 2016-11-28 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | use public share fileclient when available | ||||
| * | | | use public share fileclient when available | Robin Appelman | 2016-11-25 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #2363 from nextcloud/fix-2329 | Morris Jobke | 2016-11-28 | 1 | -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 render | Arthur Schiwon | 2016-11-28 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | Merge pull request #2365 from ↵ | Lukas Reschke | 2016-11-28 | 1 | -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 disappeared | Joas Schilling | 2016-11-28 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / / / | bring back permissions for mail shares | Bjoern Schiessle | 2016-11-28 | 1 | -8/+6 |
|/ / / | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> |