summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Capped cache for user configJörn Friedrich Dreyer2016-06-171-2/+4
| |
* | Merge pull request #25187 from owncloud/share-app-initorder-stable9Vincent Petry2016-06-201-2/+3
|\ \ | | | | | | [stable9] Delay files_sharing's registerMountProviders
| * | Delay files_sharing's registerMountProvidersVincent Petry2016-06-201-2/+3
|/ / | | | | | | | | | | | | | | This moves registerMountProviders until after the sharing backends were registered. In some situations registerMountProviders will trigger listeners which might require filesystem access which itself would mount shares, which itself requires the sharing backends to be initialized.
* | Make getShareFolder use given view instead of static FS (#25150)Vincent Petry2016-06-202-5/+9
| |
* | Merge pull request #25160 from owncloud/fix-oracle-endless-loop-stable9Vincent Petry2016-06-171-0/+5
|\ \ | |/ |/| Do not recurse link share fetching
| * Do not recurse link share fetchingRoeland Jago Douma2016-06-171-0/+5
| | | | | | | | * Might fix an issue on oracle
* | Revert "[stable9] Remove shares of the root folder" (#25157)Vincent Petry2016-06-173-341/+0
|/
* Remove shares of the root folder (#25138)Vincent Petry2016-06-173-0/+341
|
* ownCloud 9.0.3 RC1v9.0.3RC1Daniel Molkentin2016-06-161-2/+2
|
* Merge pull request #25149 from owncloud/backport25146Vincent Petry2016-06-161-1/+1
|\ | | | | –emit correct signal when disabling an app
| * –emit correct signal when disabling an appJörn Friedrich Dreyer2016-06-161-1/+1
| |
* | Merge pull request #25137 from owncloud/stable9-backport-25126Vincent Petry2016-06-161-0/+2
|\ \ | | | | | | [stable9] load authentication apps first
| * | load authentication apps firstChristoph Wurst2016-06-161-0/+2
| | |
* | | Merge pull request #25148 from owncloud/stable9-dropbox-catchratelimitVincent Petry2016-06-161-0/+5
|\ \ \ | | | | | | | | [stable9] Convert Dropbox Forbidden exception to StorageNotAvailableException
| * | | Convert Dropbox Forbidden exception to StorageNotAvailableExceptionVincent Petry2016-06-161-0/+5
|/ / /
* | | Merge pull request #25143 from owncloud/stable9-fix-grouped-inputsVincent Petry2016-06-161-13/+13
|\ \ \ | |/ / |/| | [9.0] fix grouped input fields, make sure they take precedence
| * | fix grouped input fields, make sure they take precedenceJan-Christoph Borchardt2016-06-161-13/+13
|/ /
* | Merge pull request #25118 from owncloud/stable9-fs-usermountcache-cappedVincent Petry2016-06-161-3/+14
|\ \ | | | | | | [stable9] Capped cache for cache info in UserMountCache
| * | Capped cache for cache info in UserMountCacheVincent Petry2016-06-151-3/+14
| | |
* | | Merge pull request #25052 from owncloud/stable9-webdav-download-mimetypeVincent Petry2016-06-156-11/+53
|\ \ \ | |/ / |/| | [stable9] DAV now returns file name with Content-Disposition header
| * | DAV now returns file name with Content-Disposition headerVincent Petry2016-06-136-11/+53
| | |
* | | Merge pull request #25084 from owncloud/stable9-enc-cappedcache-getaccesslistVincent Petry2016-06-151-0/+3
|\ \ \ | | | | | | | | [stable9] Use capped cache for encryption's user access list
| * | | Use capped cache for encryption's user access listVincent Petry2016-06-131-0/+3
| | | |
* | | | Merge pull request #25105 from owncloud/stable9-initial-userloading-workaroundVincent Petry2016-06-151-1/+1
|\ \ \ \ | | | | | | | | | | [stable9] decrease initial users to load to 50
| * | | | decrease initial users to load to 50Jörn Friedrich Dreyer2016-06-141-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
* | | | Merge pull request #25106 from ↵Vincent Petry2016-06-151-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/stable9-allow-empty-host-when-installing-on-oracle-via-cli [stable9] Allow empty host when installing on oracle via CLI (#25034)
| * | | | Allow empty host when installing on oracle via CLI (#25034)Jörn Friedrich Dreyer2016-06-141-1/+6
|/ / / /
* / / / Use an explicit version of sabre/dav to allow caching on the jenkins slaves ↵Thomas Müller2016-06-141-1/+1
|/ / / | | | | | | | | | - fixes #25087 (#25089)
* | | Show the path relative to the requesting user (#25067)Roeland Douma2016-06-132-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A share can only be requested by 3 'types' of people * owner * initiator * recipient So we have to get the path as the current user. Since that is the only path that has any meaning to the user. - Fixed tests
* | | Repair job to fix permissions for avatars (#25068)Roeland Douma2016-06-133-0/+299
|/ / | | | | | | | | | | | | | | | | | | Backport of #24898 Cherry-picked: 1b66db72d916a763b1c22613b9df5c42e93593a8 60225284f3b8ef947f67bbe168b12dca867d6f3d 28d9ad2817b744bcef35a9259f65eb56b0b2ae78 But manually since we renamed stuff and the repair procedures changed
* | Merge pull request #25054 from ↵Vincent Petry2016-06-101-2/+3
|\ \ | | | | | | | | | | | | owncloud/issue-24536-language-name-reused-for-fallback-languages-stable9 [stable9] Do not use the language name, when it's not the one from the language…
| * | Do not use the language name, when it's not the one from the language we wantJoas Schilling2016-06-101-2/+3
| | |
* | | Merge pull request #24950 from owncloud/stable9-fixdynamicldapgroupaccessVincent Petry2016-06-102-9/+64
|\ \ \ | | | | | | | | [stable9] Fixed dynamic group ldap access
| * | | Add unit test for LDAP multi group cachingVincent Petry2016-06-091-0/+53
| | | |
| * | | Use array_merge when reading cached groups membersVincent Petry2016-06-081-1/+1
| | | |
| * | | formatting, white-space changes onlyArthur Schiwon2016-06-011-7/+7
| | | |
| * | | fixed possible indention problemalexweirig2016-06-011-13/+13
| | | | | | | | | | | | spaces -> tab conversion
| * | | Fixing group handlingalexweirig2016-06-011-6/+15
| | | | | | | | | | | | added back the cache processing and fixed
| * | | Fixed dynamic group ldap accessalexweirig2016-06-011-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | getUserGroups: Using $userDN instead of $uid to query LDAP Converting groupDN to group name using API instead of substring Removing cache processing at the end of the method
* | | | Merge pull request #25039 from owncloud/stable9-construct-pathVincent Petry2016-06-091-4/+6
|\ \ \ \ | | | | | | | | | | [Stable9] Construct path to the version file from the current directory and fil…
| * | | | Construct path to the version file from the current directory and filename. ↵Victor Dubiniuk2016-06-081-4/+6
| | | | | | | | | | | | | | | | | | | | Fixes #22450
* | | | | Merge pull request #25035 from owncloud/stable9-err-reload-delayVincent Petry2016-06-092-4/+17
|\ \ \ \ \ | | | | | | | | | | | | [stable9] Delay reloading the page if an ajax error occurs, show notification
| * | | | | Add test for reload delayRobin McCorkell2016-06-081-3/+15
| | | | | |
| * | | | | Delay reloading the page if an ajax error occurs, show notificationRobin McCorkell2016-06-081-1/+2
| |/ / / /
* | | | | Merge pull request #25045 from owncloud/stable9-admin-datadircheck-fixVincent Petry2016-06-094-16/+31
|\ \ \ \ \ | | | | | | | | | | | | [stable9] Use temporary htaccesstest.txt for data dir security check
| * | | | | Use temporary htaccesstest.txt for data dir security checkVincent Petry2016-06-094-16/+31
| |/ / / /
* | | | | Merge pull request #25044 from owncloud/stable9-scanner-user-not-setupVincent Petry2016-06-091-1/+6
|\ \ \ \ \ | |/ / / / |/| | | | [stable9] skip scanning for a user when the user is not setup yet
| * | | | skip scanning for a user when the user is not setup yetRobin Appelman2016-06-091-1/+6
|/ / / /
* | | | Fix update from 9.0.0 and 9.0.1 (#24854)VicDeo2016-06-073-0/+628
| | | |
* | | | Allow public upload when the quota is unlimited (#24988)Joas Schilling2016-06-062-2/+2
| | | |