summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ownCloud Server 9.1.0 RC4v9.1.0RC4Daniel Molkentin2016-07-181-2/+2
|
* Backport guzzlehttp fix from 5.3.1Vincent Petry2016-07-181-0/+0
|
* ownCloud Server 9.1.0 RC3v9.1.0RC3Daniel Molkentin2016-07-181-2/+2
|
* [stable9.1] Added custom exception as non fatal (#25486) (#25489)Thomas Müller2016-07-161-0/+2
|
* Change load order of auth backends so that we can throw an exception in ↵Vincent Petry2016-07-141-1/+4
| | | | OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25478)
* ownCloud Server 9.1.0 RC2v9.1.0RC2Daniel Molkentin2016-07-131-2/+2
|
* [stable9.1] Adding certificate revocation list and validate if the app ↵Vincent Petry2016-07-134-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üller2016-07-131-1/+1
|
* [stable9.1] Workaround to check htaccess in case of redirects (#25434)Vincent Petry2016-07-133-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-copypermissionsVincent Petry2016-07-124-6/+218
|\ | | | | [stable9.1] Additional perm check in Webdav
| * Modified integration testsSergio Bertolín2016-07-121-18/+12
| |
| * Additional perm check in WebdavVincent Petry2016-07-124-4/+222
|/
* [stable9.1] Revert invalid commits from master->stable9.1 merge (#25420)Vincent Petry2016-07-08133-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üller2016-07-082-0/+4
| | | | some browsers (#25382) (#25397)
* [stable9.1] Use named parameter instead of direct value for system tags ↵Thomas Müller2016-07-071-1/+1
| | | | search param (#25380) (#25395)
* Bypass upgrade page when occ controller is requested (#25366)VicDeo2016-07-060-0/+0
|
* Cap LDAP user cache (#25326)Jörn Friedrich Dreyer2016-07-060-0/+0
|
* Merge pull request #25374 from ↵Vincent Petry2016-07-062-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 Petry2016-07-062-0/+39
|/
* Files_Versions don't show when the files are erasedCarlos Damken2016-07-051-3/+3
|
* Merge branch 'stable9.1' of https://github.com/owncloud/coreCarlos Damken2016-07-050-0/+0
|\
| * Merge pull request #25347 from owncloud/fix-ldap-check-user-stable9.1Vincent Petry2016-07-051-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)felixboehm2016-07-041-0/+4
| |/
| * Merge pull request #25315 from owncloud/stable9.1-search-preventinfiniteloopVincent Petry2016-07-011-2/+5
| |\ | | | | | | [stable9.1] Prevent infinite loop in search auto-nextpage
| | * Prevent infinite loop in search auto-nextpageVincent Petry2016-06-301-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-bypassVincent Petry2016-07-051-3/+15
|\ \ | | | | | | Bypass upgrade page when occ controller is requested
| * | Bypass upgrade page when occ controller is requestedVictor Dubiniuk2016-07-051-3/+15
| | |
* | | Merge pull request #25344 from owncloud/fix-ldap-check-userVincent Petry2016-07-051-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)felixboehm2016-07-041-0/+4
| | | |
* | | | fix swift primary object store test (#25281)Thomas Müller2016-07-054-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 transifexJenkins for ownCloud2016-07-0518-12/+160
| |/ / |/| |
* | | Merge pull request #25240 from owncloud/remove-svgMorris Jobke2016-07-04124-185/+56
|\ \ \ | | | | | | | | Remove SVG fallback
| * | | adjusts tests to removal of svg fallbackHendrik Leppelsack2016-07-011-38/+1
| | | |
| * | | remove svg classesHendrik Leppelsack2016-07-0115-35/+35
| | | |
| * | | remove png references in coreHendrik Leppelsack2016-07-013-18/+11
| | | |
| * | | remove png actions, fileicons, etcHendrik Leppelsack2016-07-01105-0/+0
| | | |
| * | | remove javascript png fallback for svgHendrik Leppelsack2016-07-011-94/+9
| | | |
* | | | 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.
* | | | | Merge pull request #25314 from owncloud/files_external-backends-configVincent Petry2016-07-041-3/+18
|\ \ \ \ \ | | | | | | | | | | | | show configuration options for authentication backends
| * | | | | show configuration options for authentication backends while listing storageRobin Appelman2016-06-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #22447
| * | | | | hide hidden parameters from list backend/auth parametersRobin Appelman2016-06-301-3/+14
| | | | | |
* | | | | | Change nickvergessen mailmap entry (#25349)Joas Schilling2016-07-041-1/+2
| | | | | |
* | | | | | Cap LDAP user cache (#25323)Jörn Friedrich Dreyer2016-07-041-13/+15
| |_|_|/ / |/| | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-0438-22/+278
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-0320-14/+86
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-07-0224-2/+150
| |_|/ / |/| | |
* | | | Merge pull request #25262 from owncloud/fed-sharing-errorVincent Petry2016-07-013-28/+93
|\ \ \ \ | | | | | | | | | | Only save federated share after remote server is notified
| * | | | Log reason why we removed the fed shareRobin Appelman2016-06-271-0/+1
| | | | |