Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ownCloud Server 9.1.0 RC4v9.1.0RC4 | Daniel Molkentin | 2016-07-18 | 1 | -2/+2 |
| | |||||
* | Backport guzzlehttp fix from 5.3.1 | Vincent Petry | 2016-07-18 | 1 | -0/+0 |
| | |||||
* | ownCloud Server 9.1.0 RC3v9.1.0RC3 | Daniel Molkentin | 2016-07-18 | 1 | -2/+2 |
| | |||||
* | [stable9.1] Added custom exception as non fatal (#25486) (#25489) | Thomas Müller | 2016-07-16 | 1 | -0/+2 |
| | |||||
* | Change load order of auth backends so that we can throw an exception in ↵ | Vincent Petry | 2016-07-14 | 1 | -1/+4 |
| | | | | OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25478) | ||||
* | ownCloud Server 9.1.0 RC2v9.1.0RC2 | Daniel Molkentin | 2016-07-13 | 1 | -2/+2 |
| | |||||
* | [stable9.1] Adding certificate revocation list and validate if the app ↵ | Vincent Petry | 2016-07-13 | 4 | -11/+108 |
| | | | | | | | | certificate is revoked (#25468) * Adding certificate revocation list and validate if the app certificate is revoked * Check integrity of a signed app in any case on installation | ||||
* | [stable9.1] Cast share id to string (#25402) (#25432) | Thomas Müller | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | [stable9.1] Workaround to check htaccess in case of redirects (#25434) | Vincent Petry | 2016-07-13 | 3 | -3/+16 |
| | | | | | | | | | | | | | | | * 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) | ||||
* | Merge pull request #25448 from owncloud/stable9.1-webdav-copypermissions | Vincent Petry | 2016-07-12 | 4 | -6/+218 |
|\ | | | | | [stable9.1] Additional perm check in Webdav | ||||
| * | Modified integration tests | Sergio Bertolín | 2016-07-12 | 1 | -18/+12 |
| | | |||||
| * | Additional perm check in Webdav | Vincent Petry | 2016-07-12 | 4 | -4/+222 |
|/ | |||||
* | [stable9.1] Revert invalid commits from master->stable9.1 merge (#25420) | Vincent Petry | 2016-07-08 | 133 | -274/+242 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | [stable9.1] Set content type when downloading log file to force download in ↵ | Thomas Müller | 2016-07-08 | 2 | -0/+4 |
| | | | | some browsers (#25382) (#25397) | ||||
* | [stable9.1] Use named parameter instead of direct value for system tags ↵ | Thomas Müller | 2016-07-07 | 1 | -1/+1 |
| | | | | search param (#25380) (#25395) | ||||
* | Bypass upgrade page when occ controller is requested (#25366) | VicDeo | 2016-07-06 | 0 | -0/+0 |
| | |||||
* | Cap LDAP user cache (#25326) | Jörn Friedrich Dreyer | 2016-07-06 | 0 | -0/+0 |
| | |||||
* | Merge pull request #25374 from ↵ | Vincent Petry | 2016-07-06 | 2 | -0/+39 |
|\ | | | | | | | | | owncloud/stable9.1-147c672f5866002d45ec68e99e379449792eeaf8 [stable9.1] Ignore invalid paths in the JS file list | ||||
| * | Ignore invalid paths in the JS file list (#25368) | Vincent Petry | 2016-07-06 | 2 | -0/+39 |
|/ | |||||
* | Files_Versions don't show when the files are erased | Carlos Damken | 2016-07-05 | 1 | -3/+3 |
| | |||||
* | Merge branch 'stable9.1' of https://github.com/owncloud/core | Carlos Damken | 2016-07-05 | 0 | -0/+0 |
|\ | |||||
| * | Merge pull request #25347 from owncloud/fix-ldap-check-user-stable9.1 | Vincent Petry | 2016-07-05 | 1 | -0/+4 |
| |\ | | | | | | | [stable9.1] check if renamed user is still valid by reapplying the ldap filter | ||||
| | * | check if renamed user is still valid by reapplying the ldap filter (#25338) | felixboehm | 2016-07-04 | 1 | -0/+4 |
| |/ | |||||
| * | Merge pull request #25315 from owncloud/stable9.1-search-preventinfiniteloop | Vincent Petry | 2016-07-01 | 1 | -2/+5 |
| |\ | | | | | | | [stable9.1] Prevent infinite loop in search auto-nextpage | ||||
| | * | Prevent infinite loop in search auto-nextpage | Vincent Petry | 2016-06-30 | 1 | -2/+5 |
| |/ | | | | | | | | | | | | | | | | | | | When loading the next page of search results, make sure that the loop can end if there are no more elements in case the total doesn't match. Also added a check to avoid recomputing the search results whenever the setFilter() is called with the same value. This happens when navigating away to another folder, the search field gets cleared automatically and it calls FileList.setFilter(''). | ||||
* | | Merge pull request #25356 from owncloud/checkupgrade-bypass | Vincent Petry | 2016-07-05 | 1 | -3/+15 |
|\ \ | | | | | | | Bypass upgrade page when occ controller is requested | ||||
| * | | Bypass upgrade page when occ controller is requested | Victor Dubiniuk | 2016-07-05 | 1 | -3/+15 |
| | | | |||||
* | | | Merge pull request #25344 from owncloud/fix-ldap-check-user | Vincent Petry | 2016-07-05 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | check if renamed user is still valid by reapplying the ldap filter | ||||
| * | | | check if renamed user is still valid by reapplying the ldap filter (#25338) | felixboehm | 2016-07-04 | 1 | -0/+4 |
| | | | | |||||
* | | | | fix swift primary object store test (#25281) | Thomas Müller | 2016-07-05 | 4 | -2/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Wait for socket to be open * Fix call on null * Allow DB access for MountProviderTest Makes unit tests pass when using object store, since their FS access is actually oc_filecache DB access. It is currently not possible to mock or bypass the logic from "SharedMount::verifyMountPoint()" triggered by this test. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-05 | 18 | -12/+160 |
| |/ / |/| | | |||||
* | | | Merge pull request #25240 from owncloud/remove-svg | Morris Jobke | 2016-07-04 | 124 | -185/+56 |
|\ \ \ | | | | | | | | | Remove SVG fallback | ||||
| * | | | adjusts tests to removal of svg fallback | Hendrik Leppelsack | 2016-07-01 | 1 | -38/+1 |
| | | | | |||||
| * | | | remove svg classes | Hendrik Leppelsack | 2016-07-01 | 15 | -35/+35 |
| | | | | |||||
| * | | | remove png references in core | Hendrik Leppelsack | 2016-07-01 | 3 | -18/+11 |
| | | | | |||||
| * | | | remove png actions, fileicons, etc | Hendrik Leppelsack | 2016-07-01 | 105 | -0/+0 |
| | | | | |||||
| * | | | remove javascript png fallback for svg | Hendrik Leppelsack | 2016-07-01 | 1 | -94/+9 |
| | | | | |||||
* | | | | Merge pull request #25253 from owncloud/users-fixotherquotadropdown | Vincent Petry | 2016-07-04 | 1 | -3/+15 |
|\ \ \ \ | | | | | | | | | | | Fix "Other" value handling in quota dropdown in users page | ||||
| * | | | | Prevent negative or non-number values in quota input | Vincent Petry | 2016-06-24 | 1 | -0/+6 |
| | | | | | |||||
| * | | | | Fix "Other" value handling in quota dropdown in users page | Vincent Petry | 2016-06-23 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Prevents "other" value to be deleted. When appending custom value, put it above the "other" entry. | ||||
* | | | | | Merge pull request #25314 from owncloud/files_external-backends-config | Vincent Petry | 2016-07-04 | 1 | -3/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | show configuration options for authentication backends | ||||
| * | | | | | show configuration options for authentication backends while listing storage | Robin Appelman | 2016-06-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #22447 | ||||
| * | | | | | hide hidden parameters from list backend/auth parameters | Robin Appelman | 2016-06-30 | 1 | -3/+14 |
| | | | | | | |||||
* | | | | | | Change nickvergessen mailmap entry (#25349) | Joas Schilling | 2016-07-04 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Cap LDAP user cache (#25323) | Jörn Friedrich Dreyer | 2016-07-04 | 1 | -13/+15 |
| |_|_|/ / |/| | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-04 | 38 | -22/+278 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-03 | 20 | -14/+86 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-07-02 | 24 | -2/+150 |
| |_|/ / |/| | | | |||||
* | | | | Merge pull request #25262 from owncloud/fed-sharing-error | Vincent Petry | 2016-07-01 | 3 | -28/+93 |
|\ \ \ \ | | | | | | | | | | | Only save federated share after remote server is notified | ||||
| * | | | | Log reason why we removed the fed share | Robin Appelman | 2016-06-27 | 1 | -0/+1 |
| | | | | |