summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #840 from nextcloud/theming-icon-endpointMorris Jobke2016-11-182-2/+11
|\ | | | | Add dynamic icon creation
| * Improve cachingJulius Haertl2016-11-181-1/+2
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Check if dynamic icons can be usedJulius Haertl2016-11-181-2/+2
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Add cachebuster to faviconsJulius Haertl2016-11-181-2/+4
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Fix default parameters in icon routesJulius Haertl2016-11-181-0/+2
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Theming: Add favicon-touch and fix icon creation with non svg imagesJulius Haertl2016-11-181-1/+3
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
| * Core: load favicon from theming appJulius Haertl2016-11-181-1/+3
| | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | Merge pull request #2199 from nextcloud/readfile-close-handleLukas Reschke2016-11-181-0/+1
|\ \ | | | | | | close the file handle after readfile
| * | close the file handle after readfileRobin Appelman2016-11-181-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #768 from nextcloud/s3-objectstoreRobin Appelman2016-11-188-7/+338
|\ \ \ | |/ / |/| | Add S3 objectstore backend
| * | fopen s3 objects directly to work around unexplainable guzzle bugRobin Appelman2016-11-161-30/+21
| | | | | | | | | | | | | | | | | | | | | For some reason when a text file started with a valid hex character ([0-9a-f]) it would eat the text untill the first newline The new code does basically the same thing as guzzle/s3-sdk did only without wrapping everything in a guzzle stream Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | allow passing a stream to StreamResponseRobin Appelman2016-11-163-5/+10
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Improve isMounted to handle primary storage object storeRobin Appelman2016-11-162-2/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add amazon s3 objectstore backendRobin Appelman2016-11-161-0/+116
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | split testing of objectstoragestorage and objectstore implementationsRobin Appelman2016-11-161-0/+90
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | split off s3 connection logicRobin Appelman2016-11-161-0/+124
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2184 from nextcloud/share-join-cacheMorris Jobke2016-11-187-62/+137
|\ \ \ | |_|/ |/| | Get the share root info directly when querying for shares
| * | also work with group sharesRobin Appelman2016-11-171-1/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | let the share backend get the node cacheentry to save queriesRobin Appelman2016-11-174-19/+81
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | make source cache injectable in cache wrappersRobin Appelman2016-11-172-42/+46
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Allow aliasing columns when using the query builderRobin Appelman2016-11-171-0/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2016-11-1814-14/+0
| | |
* | | Merge pull request #2177 from nextcloud/appmanager-getapppathMorris Jobke2016-11-173-0/+57
|\ \ \ | |/ / |/| | Expose getAppPath to public API
| * | Expose getAppPath to public APIJulius Haertl2016-11-173-0/+57
| | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | Merge pull request #2176 from nextcloud/share-cache-root-infoMorris Jobke2016-11-171-1/+2
|\ \ \ | | | | | | | | reuse the known rootinfo in the shared cache when possible
| * | | reuse the known rootinfo in the shared cache when possibleRobin Appelman2016-11-171-1/+2
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2167 from nextcloud/mountmanager-lockdownMorris Jobke2016-11-171-2/+2
|\ \ \ | | | | | | | | ensure we setup the mount manager when in lockdown
| * | | ensure we setup the mount manager when in lockdownRobin Appelman2016-11-161-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #2153 from nextcloud/version-hintMorris Jobke2016-11-171-4/+9
|\ \ \ \ | | | | | | | | | | add explanatory text of what to do on app version error
| * | | | Show all in one messageJoas Schilling2016-11-161-4/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | add explanatory text of what to do on app version errorJan-Christoph Borchardt2016-11-161-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | use lower loglevel for token cleanup messagesRobin Appelman2016-11-171-2/+2
| |_|/ / |/| | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #2170 from nextcloud/ocs_person_to_controllerJoas Schilling2016-11-171-48/+0
|\ \ \ \ | | | | | | | | | | OCS person to controller
| * | | | Move OC\OCS\Person to OCSControllerRoeland Jago Douma2016-11-161-48/+0
| | |/ / | |/| | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #2164 from nextcloud/token-login-wanringLukas Reschke2016-11-171-1/+1
|\ \ \ \ | | | | | | | | | | fix warning with token login
| * | | | fix warning with token loginRobin Appelman2016-11-161-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2016-11-174-0/+94
| | | |
* | | | Merge pull request #2122 from nextcloud/downstream-26520Morris Jobke2016-11-171-2/+5
|\ \ \ \ | | | | | | | | | | Hack to prevent warning for read-only wrapper in public links
| * | | | only use one kind of hack for the storage wrappers of the sharing codeMorris Jobke2016-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-161-1/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Storage wrappers should normally always be registered inside a presetup hook. However in the public link scenario this is not possible and there is currently no good alternative with the current architecture. Instead of logging a warning every time, this fix prevents the warning to be shown but also adds a FIXME in the code for the future. This is ok because this app is already using private/internal APIs at the moment and should be reworked properly in the future.
* | | | Use getvalue to fetch the valueRoeland Jago Douma2016-11-161-5/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Don't update value if it is already set to the same valueMorris Jobke2016-11-161-1/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | * this PR makes sure to warm up the cache for that user * then the logic within the "if is in cache" code can be used to reduce needed queries * inspired by @andreas-p - https://github.com/nextcloud/server/pull/2128 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #719 from nextcloud/lockdownRoeland Jago Douma2016-11-1614-22/+550
|\ \ \ | | | | | | | | Allow restricting of app password permissions
| * | | Add test for setting up fake fsRobin Appelman2016-11-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Adds TokenProvider and Mapper testsRoeland Jago Douma2016-11-161-7/+5
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | update autoloaderRobin Appelman2016-11-162-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | explicit typesRobin Appelman2016-11-161-5/+11
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | cast to intRobin Appelman2016-11-161-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | phpdocRobin Appelman2016-11-165-22/+22
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix setscopeRobin Appelman2016-11-161-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <icewind@owncloud.com>