Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove debug console.log | Christoph Wurst | 2016-05-24 | 1 | -1/+0 |
| | |||||
* | add button to invalidate browser sessions/device tokens | Christoph Wurst | 2016-05-23 | 2 | -12/+110 |
| | |||||
* | add button to add new device tokens | Christoph Wurst | 2016-05-23 | 1 | -14/+81 |
| | |||||
* | list user's auth tokens on the personal settings page | Christoph Wurst | 2016-05-23 | 4 | -0/+169 |
| | |||||
* | Make it possible to exclude admin groups from groups select2 | Vincent Petry | 2016-05-20 | 1 | -5/+10 |
| | |||||
* | Pass on the error message from the user manager to the UI (#24526) | Joas Schilling | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #22783 from patelfenil/bugfix-issue-17320 | Thomas Müller | 2016-04-25 | 1 | -2/+9 |
|\ | | | | | Remove image now not coming when user changes fullname. Fixes #17320 | ||||
| * | Remove image now not coming when user changes fullname. Fixes #17320 | patelfenil | 2016-03-07 | 1 | -2/+9 |
| | | |||||
* | | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked') | Christoph Wurst | 2016-04-19 | 2 | -6/+6 |
| | | |||||
* | | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 2 | -5/+5 |
| | | |||||
* | | Properly escape URL | Lukas Reschke | 2016-04-18 | 1 | -1/+1 |
| | | | | | | | | Fixes https://github.com/owncloud/core/issues/23499 | ||||
* | | Merge pull request #23954 from stweil/master | Thomas Müller | 2016-04-13 | 1 | -1/+1 |
|\ \ | | | | | | | misc: Fix some typos | ||||
| * | | misc: Fix some typos | Stefan Weil | 2016-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Some of them were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | | | Show tooltip if the app is downloaded from a remote server | Christoph Wurst | 2016-04-12 | 1 | -0/+2 |
|/ / | | | | | | | fixes #14405 | ||||
* | | improve emptycontent styles | Jan-Christoph Borchardt | 2016-03-31 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #15750 from owncloud/loading-feedback-email-usermanagement | Thomas Müller | 2016-03-31 | 1 | -9/+24 |
|\ \ | | | | | | | Add loading feedback for email change in user management | ||||
| * | | Add loading feedback for email change in user management | Morris Jobke | 2016-03-16 | 1 | -9/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | * show loading indicator while the request is running * change value after the request succeed - not before and undo maybe wrong changes * move markup to HTML template * show notification temporarily | ||||
* | | | Merge pull request #23495 from owncloud/disable-paste-zone | Thomas Müller | 2016-03-23 | 2 | -0/+2 |
|\ \ \ | | | | | | | | | Disable pastezone for jquery.fileupload | ||||
| * | | | Disable pastezone for jquery.fileupload | Lukas Reschke | 2016-03-22 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jquery.fileupload offers the [`pastezone`](https://github.com/blueimp/jQuery-File-Upload/wiki/Options#pastezone) functionality. This functionality is enabled by default and if somebody copy-pastes something into Chrome it will automatically trigger an upload of the content to any configured jquery.fileupload element embedded in the JS. This implementation triggers some problems: 1. The pastezone is defined globally by default (:see_no_evil:). So if there are multiple fileupload's on a page (such as in the personal settings) then stuff is going to be uploaded to all embedded uploads. 2. Our server code is not able to parse the data. For example for uploads in the files app we expect a file name which is not specified => Just an error is thrown. You can reproduce this by taking a file into your clipboard and in Chrome then pressing <kbd>CTRL + V</kbd>. 3. When copy-pasting some string from MS Office on the personal page a temporary avatar with said content is created. Considering that this is anyways was never working at all and causes bugs I've set the `pastezone` to `null`. This mens that upload via copy and paste will be disabled. Lesson learned: Third-party JS libraries can have some weird details. | ||||
* | | | | Add `allow sharing with groups` checkbox to admin page | Roeland Jago Douma | 2016-03-22 | 1 | -0/+4 |
|/ / / | |||||
* | | | Merge pull request #23370 from owncloud/fix-username-change | Thomas Müller | 2016-03-17 | 1 | -1/+4 |
|\ \ \ | | | | | | | | | Update avatar on username change if avatar is set | ||||
| * | | | Update avatar on username change if avatar is set | Morris Jobke | 2016-03-17 | 1 | -1/+4 |
| |/ / | | | | | | | | | | * fixes #20455 | ||||
* / / | Rating icons changed to .svg | Pau | 2016-03-17 | 1 | -1/+1 |
|/ / | |||||
* / | Delete empty file | Lukas Reschke | 2016-03-03 | 1 | -0/+0 |
|/ | | | Ref https://github.com/owncloud/core/issues/22803#issuecomment-191749499 | ||||
* | Disable app that bricks the server after enabling | Vincent Petry | 2016-02-29 | 1 | -26/+60 |
| | | | | | | If an app is getting enabled in the web UI, an ajax call is now made to make sure the server still works. If it doesn't, it sends an emergency app disabling call to disable the breaking app. | ||||
* | Use the notification instead of the disruptive popup | Joas Schilling | 2016-02-22 | 2 | -16/+18 |
| | |||||
* | Make app updates better visible | Joas Schilling | 2016-02-18 | 1 | -1/+8 |
| | |||||
* | Save display name and email address on paste operations - fixes #22245 | Thomas Müller | 2016-02-09 | 1 | -0/+8 |
| | |||||
* | Allow to delete the email address in user management | Morris Jobke | 2016-02-05 | 1 | -18/+14 |
| | |||||
* | Move data protection check to javascript | Vincent Chan | 2016-02-01 | 1 | -3/+4 |
| | | | | fixes #20199 | ||||
* | Hide the delete button, until we know its a custom avatar | Joas Schilling | 2016-01-26 | 1 | -9/+8 |
| | |||||
* | Add a default app icon for apps that don't have one | Joas Schilling | 2016-01-22 | 1 | -0/+5 |
| | |||||
* | Add a new app type that can not be enabled for groups | Joas Schilling | 2016-01-14 | 1 | -1/+2 |
| | |||||
* | Merge pull request #21509 from owncloud/users-scrolltop | Thomas Müller | 2016-01-13 | 1 | -1/+8 |
|\ | | | | | Keep scroll position in users page when sorting | ||||
| * | Keep scroll position in users page when sorting | Vincent Petry | 2016-01-07 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | When sorting, some browsers like Chrome will lose the scroll position, possibly because the sorting code is touching the DOM elements. This fix saves the scroll position before sorting and sets it back afterwards. | ||||
* | | Merge pull request #21336 from owncloud/system-root-certs | Thomas Müller | 2016-01-12 | 2 | -67/+69 |
|\ \ | | | | | | | Allow admins to add system wide root certificates | ||||
| * | | Allow admins to add system wide root certificates | Robin Appelman | 2016-01-12 | 2 | -67/+69 |
| | | | |||||
* | | | Add config switch to disable the .well-known URL check | Morris Jobke | 2016-01-12 | 1 | -2/+2 |
|/ / | |||||
* | | Concat also the other results | Lukas Reschke | 2016-01-10 | 1 | -2/+2 |
| | | | | | | | | Otherwise this will ignore the two last checks :speak_no_evil: | ||||
* | | Add check for .well-known URL in the root of the webservers URL | Morris Jobke | 2016-01-08 | 1 | -0/+2 |
| | | | | | | | | * fixes #20012 | ||||
* | | Allow searching apps by ID | Joas Schilling | 2016-01-07 | 1 | -0/+5 |
|/ | |||||
* | fix overlap and functionality of cropper | Jan-Christoph Borchardt | 2015-12-28 | 1 | -1/+1 |
| | |||||
* | improve layout of personal settings page | Jan-Christoph Borchardt | 2015-12-28 | 1 | -1/+1 |
| | |||||
* | Add a default size to the avatar placeholders | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
| | | | | | This removed the need to do an avatar request on the "empty" row in the user settings. | ||||
* | Merge pull request #21255 from ↵ | Thomas Müller | 2015-12-17 | 1 | -1/+1 |
|\ | | | | | | | | | owncloud/usermanagement-show-password-error-temporary user management: show password error temporary | ||||
| * | Update users.js | michag86 | 2015-12-17 | 1 | -1/+1 |
| | | |||||
* | | Only load the big (128x128) avatar on the perosnal page | Roeland Jago Douma | 2015-12-17 | 1 | -0/+5 |
|/ | | | | | Before the code was executed on every page if a user was logged in. Now only on the personal page. Thus saving a request on all other pages. | ||||
* | Merge pull request #20978 from owncloud/fix-dont-show-unsaved-values-in-usermgmt | Thomas Müller | 2015-12-11 | 1 | -3/+5 |
|\ | | | | | reset mailadress/displayname on blur | ||||
| * | reset mailadress/displayname on blur | michag86 | 2015-12-07 | 1 | -3/+5 |
| | | |||||
* | | Do not request an avatar if there is none | Roeland Jago Douma | 2015-12-04 | 1 | -2/+6 |
|/ |