Commit Graph

7835 Commits (69f5f6649e05dd404aa67fab95c5bb34e9ce4d1f)

Author SHA1 Message Date
Lukas Reschke 69f5f6649e Trim port from domain 12 years ago
Joas Schilling 69a5a0c1a0 Stop flooding the log, when previews are disabled 12 years ago
Robin Appelman 1bbb18fe87 also clear statcache in mapped local 12 years ago
Morris Jobke 5b3dbb4ef8 add missing public interface for iOS client app id 12 years ago
Robin Appelman db3f7238dd Clear statcache before getting the mtime from local storage backends 12 years ago
Christian Kampka 553ce946d3 Implement a logger to log to error_log 12 years ago
Thomas Müller b2175f0e25 Use \OCP\ILogger 12 years ago
Byron Marohn fa9b36b726 Added error check to lib/private/image.php 12 years ago
Jenkins for ownCloud 83d097c524 [tx-robot] updated from transifex 12 years ago
Lukas Reschke 9a8dc4a832 Disable OCI as it is unsupported by most CE apps 12 years ago
Lukas Reschke f3e75c085c Disable MSSQL for new CE installations 12 years ago
Bjoern Schiessle bf2c9be066 concatenate queries with 'or' 12 years ago
Bjoern Schiessle 00ad7d48c7 add activity priorities to core so that other apps can reuse it 12 years ago
Joas Schilling ec7b55f5be Split bitmap providers into one per file 12 years ago
Joas Schilling 3ec42ad598 Split office providers into one class per file 12 years ago
Joas Schilling 9cb54e3809 Fix intendation and doc blocks of preview providers 12 years ago
Jenkins for ownCloud 96b0328d39 [tx-robot] updated from transifex 12 years ago
Richard Clarkson 0d98329cac Limit blacklist to php files 12 years ago
Joas Schilling fca9d32545 Move registration of core preview providers to preview 12 years ago
Joas Schilling 7bbc27708a Move NaturalSort_DefaultCollator to its own file 12 years ago
Joas Schilling 7b8824a4e3 Move iHomeStorage to own file 12 years ago
Joas Schilling dfde04291e Move share interfaces to own files so they can be autoloaded 12 years ago
Robin Appelman 33b64868d7 Add storage and cache wrappers to apply a permissions mask to a storage 12 years ago
Robin Appelman abb6e89c5d Add storage and cache wrappers to jail a storage to a subfolder 12 years ago
Joas Schilling 7761f0288e Also clearstatcache() in MappedLocal before using the stats 12 years ago
Joas Schilling 50f85bfd1f Check whether file exists before trying to touch() it 12 years ago
Joas Schilling c5427da76d Check return of disk_free_space before returning it 12 years ago
Joas Schilling 1062f4fe44 Check file existance in MappedLocal in hasUpdated() 12 years ago
Joas Schilling b886d3d645 Make MappedLocal::isLocal() true like for Local 12 years ago
Lukas Reschke e35feadac2 Pass \OC::$WEBROOT to the ctr 12 years ago
Lukas Reschke fef32e63dd Remove redundant code 12 years ago
Lukas Reschke d197f43475 Use server container 12 years ago
Lukas Reschke 048139074d Add functions to modify cookies to response class 12 years ago
Joas Schilling 0ed86c0993 Move OC_USER_BACKEND_* constants to OC_User_Backend class 12 years ago
Joas Schilling 24511c6f00 Move OC_GROUP_BACKEND_* constants to OC_Group_Backend class 12 years ago
Joas Schilling 4f1bbc4fd5 Remove unused 2nd parameter of buildPath() and rename to getSourcePath() 12 years ago
Joas Schilling 20237fba47 Introduce getSourcePath() in Storage\Local to reduce the difference to MappedLocal 12 years ago
Joas Schilling ea3780f911 Replace exception with standard exception 12 years ago
Joas Schilling e1f3abf7a5 Correctly namespace and autoload DatabaseException 12 years ago
Lukas Reschke b20d698ebd Cache results of available languages 12 years ago
Thomas Müller 5097d4dc05 remove deprecated \OC:$session 12 years ago
Joas Schilling 8e28bf012c Move constants from GET_TYPE to OC\Files so they can be autoloaded 12 years ago
Joas Schilling 3338eede3c Correctly namespace DatabaseSetupException 12 years ago
Joas Schilling a109f94fee Depcrate namespaced functions, since they can not be autoloaded 12 years ago
Thomas Müller 320a3c3784 because OC_User::login will create a new session we shall only try to login if user and pass are set 12 years ago
Joas Schilling 0274dcba57 Replace some more "command -v" calls with the Helper method 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Thomas Müller a6c088a1ef adding new config parameter for sqlite to specify the journal mode 12 years ago
Joas Schilling 711912a7b3 Move namespaced constants to namespaced class 12 years ago
Lukas Reschke fc116f563f Allow read-only configuration 12 years ago