Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20389 from owncloud/storage_not_available | Thomas Müller | 2015-11-10 | 1 | -1/+16 |
|\ | | | | | use a HintException to have some useful user output in case of an error | ||||
| * | use a HintException to have some useful user output in case of an error | Björn Schießle | 2015-11-10 | 1 | -1/+16 |
| | | |||||
* | | Merge pull request #20373 from owncloud/use-random-int-if-it-exists | Thomas Müller | 2015-11-10 | 2 | -6/+21 |
|\ \ | | | | | | | Use native CSPRNG if available | ||||
| * | | Use native CSPRNG if available | Lukas Reschke | 2015-11-09 | 2 | -6/+21 |
| |/ | | | | | | | Unfortunately only PHP 7… | ||||
* | | Merge pull request #16604 from owncloud/cache-escape-like | Robin Appelman | 2015-11-10 | 6 | -62/+101 |
|\ \ | | | | | | | escape like parameter in cache operations | ||||
| * | | escape like parameter for move queries | Robin Appelman | 2015-11-05 | 1 | -1/+1 |
| | | | |||||
| * | | Add escapeLikeParameter to IDBConnection | Robin Appelman | 2015-11-05 | 3 | -0/+28 |
| | | | |||||
| * | | define escape character for like statements on oracle | Robin Appelman | 2015-11-05 | 1 | -0/+1 |
| | | | |||||
| * | | define escape character for like statements on sqlite | Robin Appelman | 2015-11-05 | 1 | -0/+1 |
| | | | |||||
| * | | move from OC_DB to IDBConnection | Robin Appelman | 2015-11-05 | 1 | -62/+71 |
| | | | |||||
* | | | Merge pull request #20390 from owncloud/appcheckcode-no-duplicate-requirement | Thomas Müller | 2015-11-10 | 1 | -0/+15 |
|\ \ \ | | | | | | | | | Do not allow two different version requirements | ||||
| * | | | Do not allow two different version requirements | Joas Schilling | 2015-11-09 | 1 | -0/+15 |
| | |/ | |/| | |||||
* / | | Fix Error message when sharing outside of group | Roeland Jago Douma | 2015-11-09 | 1 | -2/+2 |
|/ / | | | | | | | For #19788 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-08 | 2 | -4/+6 |
| | | |||||
* | | [autoloader] Make sure to load construct full paths | Roeland Jago Douma | 2015-11-06 | 2 | -14/+24 |
| | | | | | | | | | | This reduces a lot of the autoloader magic and makes sure that we generate full paths in the autoloader. | ||||
* | | Merge pull request #20348 from owncloud/issue-20303-integer-group-names | Thomas Müller | 2015-11-06 | 1 | -1/+3 |
|\ \ | | | | | | | Make sure that group names are strings not integers | ||||
| * | | Make sure that group names are strings not integers | Joas Schilling | 2015-11-06 | 1 | -1/+3 |
| | | | |||||
* | | | Merge pull request #20288 from owncloud/fix_20234 | Thomas Müller | 2015-11-06 | 1 | -1/+13 |
|\ \ \ | |/ / |/| | | make sure that we update the unencrypted size for the versions | ||||
| * | | make sure that we update the unencrypted size for the versions | Björn Schießle | 2015-11-04 | 1 | -1/+13 |
| | | | |||||
* | | | Add unshare hooks | Roeland Jago Douma | 2015-11-05 | 3 | -2/+59 |
| | | | |||||
* | | | The new sharing code now handles deletion | Roeland Jago Douma | 2015-11-05 | 7 | -103/+532 |
| | | | | | | | | | | | | OCS -> ShareManager -> DefaultShareProvider | ||||
* | | | Initial setup of shareing 2.0 sharemanager and share | Roeland Jago Douma | 2015-11-05 | 3 | -0/+623 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added sharemanager class This is the central class where all API calls talk to (OCS/Activity). This in turn talks to the share providers to get the actual sharing done. It uses all ShareObjects * Added share class Simple class to hold all the share properties that is passed around * Added IShareProvider interface Interface that providers os a share have to implement. | ||||
* | | | subadmin methods should not return any null user or group | Arthur Schiwon | 2015-11-05 | 1 | -6/+16 |
| |/ |/| | |||||
* | | Merge pull request #20320 from owncloud/drop-file_map | Thomas Müller | 2015-11-05 | 1 | -0/+1 |
|\ \ | | | | | | | Drop unused table file_map | ||||
| * | | Drop unused table file_map | Morris Jobke | 2015-11-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | * used only for windows support * windows support was dropped in 8.2.0 - see #17379 * was introduced in fd8cb9974be30aaca0d65d1807d6a4f784da5f0b * ref #18935 | ||||
* | | | Drop unused tables principalgroups and principals | Morris Jobke | 2015-11-05 | 1 | -0/+2 |
|/ / | | | | | | | * was removed in 3e84f170e7133d9acc46123ba4c901a24e438b2c | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-05 | 2 | -0/+4 |
| | | |||||
* | | Merge pull request #20053 from owncloud/getfileinfo-locking | Thomas Müller | 2015-11-04 | 2 | -39/+62 |
|\ \ | | | | | | | Don't lock if we're only reading cache metadata | ||||
| * | | mark path as checked | Robin Appelman | 2015-11-04 | 1 | -0/+1 |
| | | | |||||
| * | | when a file is locked use old cache data | Robin Appelman | 2015-11-04 | 1 | -29/+37 |
| | | | |||||
| * | | fix whitespace | Robin Appelman | 2015-11-04 | 1 | -2/+2 |
| | | | |||||
| * | | only lock in getDirectoryContent if we need to update the cache | Robin Appelman | 2015-11-03 | 1 | -21/+17 |
| | | | |||||
| * | | only lock in getFileInfo if we need to update the cache | Robin Appelman | 2015-11-03 | 1 | -18/+16 |
| | | | |||||
| * | | Split checkUpdate | Robin Appelman | 2015-11-03 | 1 | -19/+39 |
| | | | |||||
* | | | adjust comment, this parameter was added for 9.0 | Björn Schießle | 2015-11-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #18361 from owncloud/sharing_performance_improvements | Thomas Müller | 2015-11-04 | 3 | -9/+32 |
|\ \ \ | | | | | | | | | improve calculation of share recipients | ||||
| * | | | cache result from parent folders | Bjoern Schiessle | 2015-11-04 | 3 | -9/+32 |
| | |/ | |/| | |||||
* | | | Merge pull request #18821 from owncloud/global-classes | Thomas Müller | 2015-11-04 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Global classes in core CSS | ||||
| * | | Global Classes for Core. | Raghu Nayyar | 2015-11-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Move up the global styles up the hierarchy. Adds Clear Left, Right and both. New CSS file for Global Styles. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-04 | 2 | -0/+4 |
| |/ |/| | |||||
* | | Add a new core capability which tells the clients which url to use | Thomas Müller | 2015-11-03 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #20196 from ↵ | Thomas Müller | 2015-11-02 | 1 | -9/+9 |
|\ \ | |/ |/| | | | | | owncloud/use-actual-mimetype-detection-instead-of-oath Use actual mimetype detection instead of extension | ||||
| * | Use actual mimetype detection instead of extension | Lukas Reschke | 2015-10-31 | 1 | -9/+9 |
| | | | | | | | | We cannot rely on the extension as the file may also be a valid TAR or ZIP file without such content. Especially when getting resources from the ownCloud appstore. | ||||
* | | Merge pull request #20189 from owncloud/use-get-http-protocol | Thomas Müller | 2015-11-02 | 3 | -6/+6 |
|\ \ | | | | | | | Use getHttpProtocol instead of $_SERVER | ||||
| * | | Use getHttpProtocol instead of $_SERVER | Lukas Reschke | 2015-10-30 | 3 | -6/+6 |
| |/ | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-11-01 | 2 | -0/+2 |
| | | |||||
* | | Add support for Redis password auth | Lukas Reschke | 2015-10-30 | 1 | -0/+3 |
|/ | | | | | | For enhanced security it is recommended to configure Redis to only accept connections with a password. (http://redis.io/topics/security) This is especially critical since Redis supports the LUA scripting language and thus a simple SSRF vulnerability (as proven in http://benmmurphy.github.io/blog/2015/06/04/redis-eval-lua-sandbox-escape/ for example) may lead to a remote code execution. | ||||
* | Add warning for broken l10n json files | Morris Jobke | 2015-10-30 | 1 | -0/+2 |
| | | | | * makes it easier to spot broken l10n files | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-30 | 8 | -2/+50 |
| | |||||
* | Merge pull request #20135 from owncloud/check-if-null-subadmin | Thomas Müller | 2015-10-29 | 7 | -212/+57 |
|\ | | | | | Drop OC_SubAdmin and replace usages |