summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Add a log message when the Doctrine Query Builder is retrievedJoas Schilling2015-07-211-8/+0
|
* Add unit tests and automatic quotingJoas Schilling2015-07-217-54/+171
|
* Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappersJoas Schilling2015-07-214-0/+1074
|
* Merge pull request #17046 from nicolas-grekas/fix-16654blizzz2015-07-161-0/+2
|\ | | | | Do not use OC*::mb_*_replace(), they are useless
| * Do not use OC*::mb_*_replace(), they are uselessNicolas Grekas2015-07-161-0/+2
| |
* | Merge pull request #16965 from owncloud/getUserFolder-in-IRootFolderMorris Jobke2015-07-092-0/+9
|\ \ | | | | | | Add getUserFolder to IRootFolder
| * | Add getUserFolder to IRootFolderMorris Jobke2015-07-032-0/+9
| | | | | | | | | | | | | | | * untangle DI of user specific folders * allows to autodetect the dependency
* | | Merge pull request #17304 from owncloud/fix-17265Vincent Petry2015-07-061-2/+9
|\ \ \ | | | | | | | | Check if response could get generated
| * | | Check if response could get generatedLukas Reschke2015-07-021-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `json_encode` fails hard on PHP >= 5.5 if a non UTF-8 value is specified by returning false. Older PHP versions just nullify the value which makes it at least somewhat usable. This leads to very confusing errors which are very hard to debug since developers are usually not aware of this. In this case I'd consider throwing a fatal exception – since it arguably is an error situation – is a fair solution since this makes developers and administrators aware of any occurence of the problem so that these bugs can get fixed. Fixes https://github.com/owncloud/core/issues/17265
* | | | Fixing unit test executionThomas Müller2015-07-031-3/+3
| | | |
* | | | Remove OC_LogThomas Müller2015-07-031-1/+1
| | | |
* | | | Merge pull request #15663 from owncloud/remove-ocp-app-registerThomas Müller2015-07-031-12/+0
|\ \ \ \ | |_|/ / |/| | | Remove \OCP\App::register()
| * | | Remove \OCP\App::register()Morris Jobke2015-04-211-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method can be removed. This isn't used anymore since 4.5.0. It's deprecated since mid 2012 https://github.com/owncloud/core/commit/e4679770c4d85896bef3e81125e86e272bb6cd64 It doesn't do anything since mid 2012 https://github.com/owncloud/core/commit/8a92cd21d6768fc27c4892583bef327da9a7e5f4
* | | | Merge pull request #17291 from owncloud/mount-manager-publicVincent Petry2015-07-032-0/+110
|\ \ \ \ | |_|/ / |/| | | expose the mount manager in the public api
| * | | phpdocRobin Appelman2015-07-011-0/+21
| | | |
| * | | expose the mount manager in the public apiRobin Appelman2015-07-012-0/+89
| | | |
* | | | Changed broken links to php manualMichael Roth2015-07-011-2/+2
|/ / /
* | | Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-2737-7/+43
|\ \ \ | | | | | | | | Update license headers
| * | | update license headers and authorsMorris Jobke2015-06-2537-7/+43
| | | |
* | | | Use \OC\HintException and translate the hintJoas Schilling2015-06-221-0/+1
|/ / /
* | | Use proper typeLukas Reschke2015-06-191-1/+1
| | | | | | | | | | | | This is a string
* | | Fix missing @since tags in OCPMorris Jobke2015-06-199-1/+28
| |/ |/|
* | Merge pull request #16889 from owncloud/group-sorting-fixesJoas Schilling2015-06-191-0/+9
|\ \ | | | | | | Only sort by group name when LDAP is involved
| * | Do not return backends but add a method to check for oneJoas Schilling2015-06-161-2/+5
| | |
| * | Only sort by group name when LDAP is involvedJoas Schilling2015-06-161-0/+6
| | |
* | | Fix return value for OCP PHPDocMorris Jobke2015-06-171-1/+1
| | |
* | | Fix OCP PHPDocMorris Jobke2015-06-171-2/+2
| | | | | | | | | | | | * was always a string instead of \OCP\IUser
* | | Merge pull request #16892 from owncloud/lock-returnfullpathVincent Petry2015-06-161-3/+8
|\ \ \ | |/ / |/| | Rethrow LockedException with full path
| * | Rethrow LockedException with full pathVincent Petry2015-06-161-3/+8
| | | | | | | | | | | | | | | Because the path is converted to md5 from the original exception, rethrow the exception with the correct full path
* | | Add `no-store` to AppFrameworkLukas Reschke2015-06-151-1/+1
| | |
* | | add compare-and-delete to the memcache interfaceRobin Appelman2015-06-121-0/+10
|/ /
* | Fix max preview, some resizing and caching issues and force preview ↵Olivier Paroz2015-06-061-0/+10
| | | | | | | | | | | | | | | | | | | | providers to resize their previews properly * introduces a method in OC_Image which doesn't stretch images when trying to make them fit in a box * adds the method to all key providers so that they can do their job, as expected by the Preview class * improves the caching mechanism of Preview in order to reduce I/O and to avoid filling the available disk space * fixes some long standing issues * **contains mostly tests**
* | [OCP] update PHPdoc to contain correct @since tagsMorris Jobke2015-06-057-5/+36
| |
* | Fix typo in PHPDocMorris Jobke2015-06-041-1/+1
| |
* | add changeLock to the storage apiRobin Appelman2015-06-011-0/+8
| |
* | add method to atomically change between shared and exclusive lockRobin Appelman2015-06-011-0/+9
| |
* | release all locks on shutdownRobin Appelman2015-06-011-0/+5
| |
* | phpdoc and minor issuesRobin Appelman2015-06-011-2/+2
| |
* | add locking to the storage apiRobin Appelman2015-06-011-0/+16
| |
* | expose locking provider in the server containerRobin Appelman2015-06-011-0/+8
| |
* | improve error messages displayed to the userBjoern Schiessle2015-05-271-12/+5
| |
* | Merge pull request #16515 from owncloud/deprecate-useless-helper-classVincent Petry2015-05-261-0/+2
|\ \ | | | | | | Deprecate useless helper class
| * | Deprecate useless helper classLukas Reschke2015-05-211-0/+2
| | | | | | | | | | | | The helper class has no real reason anymore with 8.1.0 as we now have better public APIs. No need for an `IHelper` class like that from my opinion.
* | | Merge pull request #16339 from owncloud/master-override-channelThomas Müller2015-05-261-0/+18
|\ \ \ | |/ / |/| | Allow change update channel via public API
| * | Allow change update channel via public APIVictor Dubiniuk2015-05-131-0/+18
| | |
* | | Add support for disallowing domains to the ContentSecurityPolicyLukas Reschke2015-05-201-2/+110
| | | | | | | | | | | | | | | | | | For enhanced security it is important that there is also a way to disallow domains, including the default ones. With this commit every method gets added a new "disallow" function.
* | | Merge pull request #16398 from owncloud/fix-php-docv8.1.0beta2Joas Schilling2015-05-181-1/+1
|\ \ \ | | | | | | | | Fix PHPDoc of public interface ILockingProvider
| * | | Fix PHPDoc of public interface ILockingProviderMorris Jobke2015-05-181-1/+1
| | | |
* | | | a new approach to display the error messageBjoern Schiessle2015-05-182-1/+22
|/ / /
* / / delete all file keys doesn't need the encryption module as parameter; ↵Bjoern Schiessle2015-05-131-2/+1
|/ / | | | | | | implement rmdir; getFileKeyDir should also work for part files and complete directories