summaryrefslogtreecommitdiffstats
path: root/core/js
Commit message (Collapse)AuthorAgeFilesLines
* [stable9.1] forum.owncloud.org -> central.owncloud.org (#25644)RealRancor2016-10-101-1/+1
|
* Users page lazy multiselect group dropdownsVincent Petry2016-08-241-23/+29
| | | | | | | | | | Instead of pre-rendering all multiselects with lots of group entries, the current groups are now displayed as simple labels. Behind the labels there is a pencil icon like for other fields. When clicking the pencil icon, the dropdown will be spawned and will open itself. Upon closing of the dropdown, the label comes back with the updated selection and the dropdown is destroyed.
* [stable9.1] In cases where the server dictates the link share expiration the ↵Thomas Müller2016-08-191-1/+4
| | | | date is not updated on consequitive changes and enable/disable actions
* [stable9.1] Group shares with same source and target (#25534)Vincent Petry2016-07-262-1/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Group shares with same source and target Fixes #24575 Note that this is a very limited solution and eventually we want smarter merging! * Add integration tests for merging received shares * Improved share grouping readability + fixed test * Add repair step for unmerged shares (WIP) * Added more tests for sharing's MountProvider * Group incoming shares for resharing in JS * Adjust repair version check for unmerged shares * Fix RepairUnmergedShares to not skip valid repair cases The repair step was a bit overeager to skip repairing so it missed the case where a group share exists without subshares but with an additional direct user share. * Add integration tests for double shares with rename in between * Make share target consistent when grouping group share with user share In some situations, a group share is created before a user share, and the recipient renamed the received share before the latter is created. In this situation, the "file_target" was already modified and the second created share must align to the already renamed share. To achieve this, the MountProvider now groups only by "item_source" value and sorts by share time. This makes it so that the least recent share is selected as super-share and its "file_target" value is then adjusted in all grouped shares. This fixes the issue where this situation would have different "file_target" values resulting in two shared folders appearing instead of one.
* [stable9.1] Workaround to check htaccess in case of redirects (#25434)Vincent Petry2016-07-132-2/+14
| | | | | | | | | | | | | | | * Workaround to check htaccess in case of redirects In some setups, the web server will redirect any call to "data/" to the main page. This causes the XHR to return the 200 HTTP status code and the body contains the HTML page of the main page / files app. This fix improves the htaccess failure detection by adding a known string inside the test file "htaccesstest.txt". If we are able to find this string, it means that the web server didn't block access to that file. * Fix setup check unit test (#25439)
* [stable9.1] Revert invalid commits from master->stable9.1 merge (#25420)Vincent Petry2016-07-087-19/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* adjusts tests to removal of svg fallbackHendrik Leppelsack2016-07-011-38/+1
|
* remove svg classesHendrik Leppelsack2016-07-014-4/+4
|
* remove png references in coreHendrik Leppelsack2016-07-011-11/+4
|
* remove javascript png fallback for svgHendrik Leppelsack2016-07-011-94/+9
|
* Merge pull request #25262 from owncloud/fed-sharing-errorVincent Petry2016-07-011-1/+1
|\ | | | | Only save federated share after remote server is notified
| * better detect errors in fed sharing responseRobin Appelman2016-06-241-1/+1
| |
* | Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadpermsVincent Petry2016-06-271-1/+1
|\ \ | | | | | | Add explicit delete permission to link shares
| * | Add explicit delete permission to link sharesVincent Petry2016-06-241-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15.
* | Merge pull request #25129 from owncloud/remove-ieVincent Petry2016-06-271-25/+5
|\ \ | |/ |/| Remove ie8+9 support
| * remove ie8+9 supportHendrik Leppelsack2016-06-231-25/+5
| |
* | Merge pull request #25239 from owncloud/setupchecks-preventreloadVincent Petry2016-06-241-2/+4
|\ \ | |/ |/| Don't reload page in case of auth errors during setup checks
| * Don't reload page in case of auth errors during setup checksVincent Petry2016-06-231-2/+4
| | | | | | | | | | If an error occurs during setup checks, do not let the global ajax error handler reload the page.
* | Init the headers in iedavclient.jsVincent Petry2016-06-221-0/+1
|/
* Prevent the advanced options toggle in the setup from acting as a linkRobin Appelman2016-06-161-1/+2
|
* Use temporary htaccesstest.txt for data dir security checkVincent Petry2016-06-072-3/+3
|
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Rename "not-assignble" to "restricted"Vincent Petry2016-05-203-3/+3
|
* Act on effective system tag canAssign permissionVincent Petry2016-05-203-25/+64
| | | | | | | | | Whenever the server returns true for the can-assign Webdav property of a system tag, it means the current user is allowed to assign, regardless of the value of user-assignable. This commit brings the proper logic to the web UI to make it possible for users to assign when they have the permission.
* Merge pull request #24397 from owncloud/sort-share-linksMorris Jobke2016-05-101-9/+9
|\ | | | | Reordered share link settings
| * Reordered share link settingsVincent Chan2016-05-021-9/+9
| | | | | | | | closes #24122
* | Merge pull request #24434 from owncloud/permalinksLukas Reschke2016-05-101-3/+39
|\ \ | | | | | | Permalinks
| * | Do not encode slashes in "dir" URL param in files JSVincent Petry2016-05-061-1/+6
| | |
| * | Auto-add fileid in URL for currently displayed folderVincent Petry2016-05-061-2/+33
| |/
* / New animated loaderskjnldsv2016-05-091-1/+1
|/
* Merge pull request #23918 from owncloud/cruds-for-federated-sharesBjörn Schießle2016-04-222-34/+16
|\ | | | | bring back CRUDS permissions for federated shares
| * always share with same default permissions, no special handling for remote ↵Björn Schießle2016-04-201-15/+11
| | | | | | | | shares
| * bring back CRUDS permissions for federated sharesBjoern Schiessle2016-04-182-19/+5
| |
* | Merge pull request #24126 from owncloud/err-reload-delayLukas Reschke2016-04-222-4/+17
|\ \ | | | | | | Delay reloading the page if an ajax error occurs, show notification
| * | Add test for reload delayRobin McCorkell2016-04-201-3/+15
| | |
| * | Delay reloading the page if an ajax error occurs, show notificationRobin McCorkell2016-04-201-1/+2
| | |
* | | Merge pull request #23990 from owncloud/heartbeat-debounceMorris Jobke2016-04-202-4/+12
|\ \ \ | | | | | | | | Debounce heartbeat ajax calls to lower the number of requests
| * | | Debounce heartbeat ajax calls to lower the number of requestsChristoph Wurst2016-04-182-4/+12
| | | | | | | | | | | | | | | | fixes #22397
* | | | Merge pull request #24081 from owncloud/migrate-deprecated-jquery-v1-functionsThomas Müller2016-04-204-14/+15
|\ \ \ \ | |_|/ / |/| | | migrate deprecated jQuery 1.x functions
| * | | replace $().attr('checked') by $().prop('checked', state) or $().is(':checked')Christoph Wurst2016-04-194-8/+8
| | | |
| * | | replace $.parseJSON() by JSON.parse()Christoph Wurst2016-04-192-4/+1
| | | |
| * | | remove deprecated jQuery.browserChristoph Wurst2016-04-191-4/+8
| | | |
* | | | extract mail view for sending share invitationsChristoph Wurst2016-04-194-70/+186
|/ / / | | | | | | | | | fixes #22947
* | | Merge pull request #23993 from owncloud/update-to-jquery2Thomas Müller2016-04-192-2/+3
|\ \ \ | | | | | | | | Update jquery to version 2.2.3
| * | | Turn off jQuery animations when testingChristoph Wurst2016-04-181-0/+2
| | | |
| * | | downgrade jquery, update jquery-migrateChristoph Wurst2016-04-151-1/+0
| | | |
| * | | update jquery to version 2.2.3Christoph Wurst2016-04-141-1/+1
| | |/ | |/|
* / | Fix rgb valuesJohn Molakvoæ2016-04-181-1/+7
|/ / | | | | | | | | Fix was required because values was too big for rgb and breaking the brightness calculation. Now we have the initial sat (70%) and the reduction to 60 if too bright working again.
* | close navigation menu when opening app in new tab (#23914)Christoph Wurst2016-04-141-0/+4
| |
* | add loading feedback to user menu entries (#23916)Christoph Wurst2016-04-141-0/+15
|/ | | fixes #19857