Commit Graph

4008 Commits (583d0685900aefdfce4f02eb4cc5783efbca2339)

Author SHA1 Message Date
Victor Dubiniuk 5a3fce12a4 Implement encodePath 13 years ago
Michael Gapczynski 4feff3456b Only emit permissions hook for files and and include path 13 years ago
Robin Appelman a0d5ba1167 fix typo 13 years ago
Michael Gapczynski 5c2a0325ba Add update permissions hook to sharing 13 years ago
Björn Schießle 9b9ea7cd8e Merge https://github.com/owncloud/core/pull/3827 13 years ago
Jenkins for ownCloud 3cb4a72960 [tx-robot] updated from transifex 13 years ago
Robin Appelman 9cd7ecd502 Updater: pass update url as argument to update check 13 years ago
Robin Appelman 58f473d734 split upgrade logic from ajax file 13 years ago
Jenkins for ownCloud c8ad3df1fa [tx-robot] updated from transifex 13 years ago
Thomas Müller 98da4bf704 removing unused getSharedItem() 13 years ago
Thomas Müller e159cbf527 on reshares we now recursively move to the root of all reshares - therefore some code has been refactured and added as a new public function 13 years ago
Jörn Friedrich Dreyer 212ea0508d update comment 13 years ago
Robin Appelman c1cf829b9d OC_Config: handle failure of glob('*.config.php') 13 years ago
Jörn Friedrich Dreyer 00987feda1 fix insertIfNotExist return value, update doc and corresponding test 13 years ago
Thomas Müller 352c1415be proper fix for getting the shared item if no user is logged in 13 years ago
Jenkins for ownCloud 955646c461 [tx-robot] updated from transifex 13 years ago
Björn Schießle 3c1308fb6d eddition string should be empty by default 13 years ago
Björn Schießle 6cfa016c39 add public api 13 years ago
Björn Schießle 3c691c9ec9 move to non-static OC_Defaults 13 years ago
Björn Schießle d46e62886a Add init funtion to OC_Defaults to be able to wrap translatable strings 13 years ago
kondou aa7d8edd14 Suppress warning in setup if config doesn't exist 13 years ago
Björn Schießle 690323092e don't run hooks for .part files 13 years ago
Björn Schießle 04e4d9580f if a part file gets renamed to a real file, that this was the second step of a write operation, hence emit a write signal 13 years ago
Thomas Müller 7d7a2ce317 use $_SERVER['SERVER_NAME'] in case $_SERVER['HTTP_HOST'] is not set 13 years ago
Björn Schießle cb5811bcf5 backport from pull request #3863 13 years ago
Björn Schießle d8b3aee24e set default logo claim to '' 13 years ago
Björn Schießle d97d00fe0f add logo claim to defaults.php 13 years ago
Björn Schießle f622f35a1a make mail footer aware of different themes 13 years ago
Björn Schießle 68369ebb86 remove unneeded if condition 13 years ago
Björn Schießle 996b1e80c6 lib/defaults.php should only contain the default strings and read the other strings directly from the theme 13 years ago
Björn Schießle 23cc69b816 construct the foother in defaults.php so that we use always the same footer 13 years ago
Robin Appelman d051d6f925 make rmdir recursive for mappellocal storage backend 13 years ago
Jenkins for ownCloud 4d74e8955f [tx-robot] updated from transifex 13 years ago
Bart Visscher 60eb63e35a Fix review items 13 years ago
Bart Visscher e93ce26f27 Fix found errors 13 years ago
Bart Visscher 42c44d5165 Fix OCI setupDatabase parameter 13 years ago
Bart Visscher bf30e03048 Remove unsued parameter 13 years ago
Bart Visscher 6831b78597 Use db setup class for option validation 13 years ago
Bart Visscher 2faccaee0d Change database creation to use array to select db setup class 13 years ago
Bart Visscher e232907698 Convert database setup code to objects 13 years ago
Bart Visscher a6d07cd512 Split database specific install/setup code to their own class 13 years ago
Thomas Mueller 66e1eaac93 isError should detect a PEAR_Error even if the backend is PDO. 13 years ago
Jörn Friedrich Dreyer e62eb2e8d1 correctly handle error results of PDO and MDB2 backends 13 years ago
Robin Appelman dc0ebe9007 fix is_file and is_dir for the static streamwrapper 13 years ago
Robin Appelman 156e72a0c4 add option to clear the files in the static streamwrapper 13 years ago
Robin Appelman a7c70915d5 fix storage wrapper namespaces 13 years ago
Bart Visscher 8ca0a957ad Allow setting defaults and requirements for the api route 13 years ago
Bart Visscher 6ad7a0336f Oracle doesn't know & as bitwise AND 13 years ago
Robin Appelman 125f9f4221 move storage wrappers to their own namespace 13 years ago
Thomas Mueller 3b91ce695f session_life_time -> session_lifetime 13 years ago