summaryrefslogtreecommitdiffstats
path: root/settings/js
Commit message (Collapse)AuthorAgeFilesLines
* [stable9.1] Revert invalid commits from master->stable9.1 merge (#25420)Vincent Petry2016-07-082-20/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert "Merge pull request #25240 from owncloud/remove-svg" This reverts commit 8b8d2b679a12f703141de9da71340f1f02151f3d, reversing changes made to a35747b6fa8f7704bf7333f16a2b867b76acb187. * Revert "Merge pull request #25253 from owncloud/users-fixotherquotadropdown" This reverts commit a35747b6fa8f7704bf7333f16a2b867b76acb187, reversing changes made to a573b6863cbb4eb21feb7fe5a17a9b8fc60cf059. * Revert "Merge pull request #25314 from owncloud/files_external-backends-config" This reverts commit a573b6863cbb4eb21feb7fe5a17a9b8fc60cf059, reversing changes made to 8147eefaeba3822c9331283e973006ad3aeac1f5. * Revert "Add all properties while creating a subscription (#25318)" This reverts commit aaf4c3073af2511ab895e982cadae8dc6a143e55. * Revert "Merge pull request #25276 from owncloud/delete-own-session-token" This reverts commit e42ce62ce2855c95861eeae669508e5c20f99be4, reversing changes made to aaf4c3073af2511ab895e982cadae8dc6a143e55. * Revert "Merge pull request #25262 from owncloud/fed-sharing-error" This reverts commit 027715f9acba4dc314a7e4c63ac41a58d4e33f22, reversing changes made to e42ce62ce2855c95861eeae669508e5c20f99be4.
* Merge pull request #25240 from owncloud/remove-svgMorris Jobke2016-07-041-1/+1
|\ | | | | Remove SVG fallback
| * remove svg classesHendrik Leppelsack2016-07-011-1/+1
| |
* | Merge pull request #25253 from owncloud/users-fixotherquotadropdownVincent Petry2016-07-041-3/+15
|\ \ | |/ |/| Fix "Other" value handling in quota dropdown in users page
| * Prevent negative or non-number values in quota inputVincent Petry2016-06-241-0/+6
| |
| * Fix "Other" value handling in quota dropdown in users pageVincent Petry2016-06-231-3/+9
| | | | | | | | | | Prevents "other" value to be deleted. When appending custom value, put it above the "other" entry.
* | prevent users from deleting their own session tokenChristoph Wurst2016-06-281-0/+4
| |
* | Merge pull request #25261 from owncloud/app-password-login-nameVincent Petry2016-06-271-0/+9
|\ \ | | | | | | show which login name to use for the new app password
| * | fix layoutChristoph Wurst2016-06-241-3/+6
| | |
| * | show which login name to use for the new app passwordChristoph Wurst2016-06-241-0/+6
| |/
* | Merge pull request #25252 from owncloud/authtoken-removetooltipondisconnectMorris Jobke2016-06-271-0/+2
|\ \ | | | | | | Remove tooltip when disconnecting token
| * | Remove tooltip when disconnecting tokenVincent Petry2016-06-231-0/+2
| |/
* / Use OC.Backbone instead of Backbone directly in authtoken JS codeVincent Petry2016-06-233-11/+11
|/ | | | Fixes asset pipeline issue with the auth token in personal page
* app passwords/device tokens wordingChristoph Wurst2016-06-211-18/+18
|
* redirect to new login route (#25099)Christoph Wurst2016-06-211-0/+11
| | | | | | * redirect to new login route * encode anchor in url and restore it client-side
* Fix tooltip position in token listVincent Petry2016-06-171-6/+4
|
* add tooltip to token namesChristoph Wurst2016-06-101-1/+2
|
* decrease initial users to load to 50Jörn Friedrich Dreyer2016-06-071-1/+1
| | | | Prevents timeouts on the initial loading of users. proper fix will be in https://github.com/owncloud/core/pull/10994 Workaround for https://github.com/owncloud/core/issues/24734
* remove debug console.logChristoph Wurst2016-05-241-1/+0
|
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-232-12/+110
|
* add button to add new device tokensChristoph Wurst2016-05-231-14/+81
|
* list user's auth tokens on the personal settings pageChristoph Wurst2016-05-234-0/+169
|
* Make it possible to exclude admin groups from groups select2Vincent Petry2016-05-201-5/+10
|
* Pass on the error message from the user manager to the UI (#24526)Joas Schilling2016-05-111-1/+1
|
* Merge pull request #22783 from patelfenil/bugfix-issue-17320Thomas Müller2016-04-251-2/+9
|\ | | | | Remove image now not coming when user changes fullname. Fixes #17320
| * Remove image now not coming when user changes fullname. Fixes #17320patelfenil2016-03-071-2/+9
| |
* | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-192-6/+6
| |
* | replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-192-5/+5
| |
* | Properly escape URLLukas Reschke2016-04-181-1/+1
| | | | | | | | Fixes https://github.com/owncloud/core/issues/23499
* | Merge pull request #23954 from stweil/masterThomas Müller2016-04-131-1/+1
|\ \ | | | | | | misc: Fix some typos
| * | misc: Fix some typosStefan Weil2016-04-121-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 serverChristoph Wurst2016-04-121-0/+2
|/ / | | | | | | fixes #14405
* | improve emptycontent stylesJan-Christoph Borchardt2016-03-311-1/+1
| |
* | Merge pull request #15750 from owncloud/loading-feedback-email-usermanagementThomas Müller2016-03-311-9/+24
|\ \ | | | | | | Add loading feedback for email change in user management
| * | Add loading feedback for email change in user managementMorris Jobke2016-03-161-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-zoneThomas Müller2016-03-232-0/+2
|\ \ \ | | | | | | | | Disable pastezone for jquery.fileupload
| * | | Disable pastezone for jquery.fileuploadLukas Reschke2016-03-222-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 pageRoeland Jago Douma2016-03-221-0/+4
|/ / /
* | | Merge pull request #23370 from owncloud/fix-username-changeThomas Müller2016-03-171-1/+4
|\ \ \ | | | | | | | | Update avatar on username change if avatar is set
| * | | Update avatar on username change if avatar is setMorris Jobke2016-03-171-1/+4
| |/ / | | | | | | | | | * fixes #20455
* / / Rating icons changed to .svgPau2016-03-171-1/+1
|/ /
* / Delete empty fileLukas Reschke2016-03-031-0/+0
|/ | | Ref https://github.com/owncloud/core/issues/22803#issuecomment-191749499
* Disable app that bricks the server after enablingVincent Petry2016-02-291-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 popupJoas Schilling2016-02-222-16/+18
|
* Make app updates better visibleJoas Schilling2016-02-181-1/+8
|
* Save display name and email address on paste operations - fixes #22245Thomas Müller2016-02-091-0/+8
|
* Allow to delete the email address in user managementMorris Jobke2016-02-051-18/+14
|
* Move data protection check to javascriptVincent Chan2016-02-011-3/+4
| | | | fixes #20199
* Hide the delete button, until we know its a custom avatarJoas Schilling2016-01-261-9/+8
|
* Add a default app icon for apps that don't have oneJoas Schilling2016-01-221-0/+5
|