Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 116 | -150/+448 |
| | |||||
* | Merge pull request #6235 from NCTU-NBA/pr-exceed_upload_limit_msg | Jan-Christoph Borchardt | 2014-02-04 | 2 | -12/+47 |
|\ | | | | | Change misleading message when file size exceeds upload limit | ||||
| * | Merge branch 'master' into pr-exceed_upload_limit_msg | Pellaeon Lin | 2014-01-30 | 102 | -518/+1141 |
| |\ | | | | | | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php | ||||
| * | | Separate PHP upload limit and free space | Pellaeon Lin | 2013-12-08 | 2 | -12/+47 |
| | | | |||||
* | | | Merge pull request #6081 from owncloud/partfilewebdavfix | Vincent Petry | 2014-02-04 | 1 | -1/+14 |
|\ \ \ | | | | | | | | | Allow getting info or renaming part files through WebDAV | ||||
| * | | | Allow getting info or renaming part files through WebDAV | Vincent Petry | 2014-01-23 | 1 | -1/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When mounting an ownCloud (backend OC) inside another ownCloud (frontend OC), the frontend OC will use WebDAV to upload file, which will create part files. These part files need to be accessible for the frontend OC to rename them to the actual file name. This fix leaves the file cache untouched but gives direct access to part file info when requested. This means that part file can be accessed only when their path and name are known. These won't appear in file listtings. Fixes #6068 | ||||
* | | | | Merge pull request #4795 from owncloud/setup | Morris Jobke | 2014-02-04 | 3 | -26/+8 |
|\ \ \ \ | | | | | | | | | | | Move core setup code to controller class | ||||
| * | | | | Remove unused functions from OC_Helper | Bart Visscher | 2014-01-31 | 1 | -23/+0 |
| | | | | | | | | | | | | | | | | | | | | init_var and init_radio where only used in the installation template | ||||
| * | | | | Merge branch 'master' into setup | Bart Visscher | 2014-01-31 | 280 | -3205/+6752 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | Conflicts: core/setup.php | ||||
| * | | | | Merge remote-tracking branch 'origin/master' into setup | Bart Visscher | 2013-10-02 | 350 | -1308/+8644 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into setup | Bart Visscher | 2013-09-12 | 6 | -28/+38 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/util.php | ||||
| * | | | | | | Check for failure in creating htaccessWorking testfile | Bart Visscher | 2013-09-10 | 1 | -4/+8 |
| | | | | | | | |||||
| * | | | | | | Move core setup code to controller class | Bart Visscher | 2013-09-10 | 1 | -1/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #6647 from owncloud/memcache-public | icewind1991 | 2014-02-04 | 7 | -28/+73 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add Memcache to the public api | ||||
| * | | | | | | | Fix some phpdoc errors and rename interface | Robin Appelman | 2014-01-24 | 3 | -5/+9 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-22 | 14 | -18/+113 |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | | | |||||
| * | | | | | | | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-15 | 9 | -49/+56 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/user_ldap/lib/connection.php | ||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into memcache-public | Robin Appelman | 2014-01-09 | 21 | -27/+171 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Use $server->getMemCacheFactory() in ldap connection | Robin Appelman | 2014-01-09 | 1 | -0/+9 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Also update the OCP\IServerContainer | Robin Appelman | 2014-01-08 | 2 | -4/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | get the memorycache factory from OCP\Server instead of a cache instance | Robin Appelman | 2014-01-08 | 2 | -6/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this allows apps to specify a prefix to use | ||||
| * | | | | | | | | | Remove the static dependency on OC_Util from Memcache | Robin Appelman | 2014-01-06 | 4 | -2/+23 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Use APCIterator for Memcache\APC::clear() | Robin Appelman | 2014-01-06 | 2 | -26/+8 |
| | | | | | | | | | | |||||
| * | | | | | | | | | expose memory cache in public api | Robin Appelman | 2014-01-06 | 1 | -0/+13 |
| | | | | | | | | | | |||||
* | | | | | | | | | | add test for password remove method | Bjoern Schiessle | 2014-02-04 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #7013 from owncloud/dont_write_passwords_to_log | Björn Schießle | 2014-02-03 | 3 | -7/+28 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | wrap stat() call in a try/catch block | ||||
| * | | | | | | | | | | also load error handler if debugging is enabled | Bjoern Schiessle | 2014-02-03 | 2 | -4/+17 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | remove passwords in URLs from all log messages | Bjoern Schiessle | 2014-02-03 | 2 | -4/+12 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
* / | | | | | | | | | Mark an app as loaded before we start loading it | Robin Appelman | 2014-01-31 | 1 | -1/+1 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #6903 from owncloud/fix-ms-office-icons | Jan-Christoph Borchardt | 2014-01-29 | 2 | -62/+63 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add/fix Microsoft Office file icons. | ||||
| * | | | | | | | | | Add icons for mdb and accdb files. | Andreas Fischer | 2014-01-23 | 2 | -0/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix icons for xml,ppt,dot,dotx files. | Andreas Fischer | 2014-01-23 | 2 | -0/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Remove duplicate mimetypes while keeping previous behaviour. | Andreas Fischer | 2014-01-23 | 1 | -5/+0 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Bring mimetype list into alphabetical order. | Andreas Fischer | 2014-01-23 | 1 | -62/+61 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #6907 from owncloud/webdav-logexceptions | Thomas Müller | 2014-01-27 | 3 | -5/+59 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Added exception logger plugin for sabre connector | ||||
| * | | | | | | | | | Added exception logger plugin for sabre connector | Vincent Petry | 2014-01-27 | 3 | -5/+59 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever an exception occurs in the sabre connector code or code called by it, it will be logged. This plugin approach is needed because Sabre already catches exceptions to return them to the client in the XML response, so they don't appear logged in the web server log. This will make it much easier to debug syncing issues. | ||||
* | | | | | | | | | Merge pull request #6930 from jcfischer/master | Morris Jobke | 2014-01-27 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add 'mail_from_address' configuration | ||||
| * | | | | | | | | | added function documentation | Jens-Christian Fischer | 2014-01-24 | 1 | -0/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Add 'mail_from_address' configuration | Jens-Christian Fischer | 2014-01-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In environments where there are rules for the email addresses, the "from address" that owncloud uses has to be configurable. This patch adds a new configuration variable 'mail_from_address'. If it is configured, owncloud will use this as the sender of *all* emails. (OwnCloud uses 'sharing-noreply' and 'password-noreply' by default). By using the 'mail_from_address' configuration, only this email address will be used. | ||||
* | | | | | | | | | | Merge pull request #6933 from seberm/master | Morris Jobke | 2014-01-27 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add check for apc.enabled option | ||||
| * | | | | | | | | | | Add check for apc.enabled option | Otto Sabart | 2014-01-24 | 1 | -0/+2 |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes it's not possible to disable APC entirely and some of apc_functions are disabled. Only thing which is possible is to disable apc.enable option. | ||||
* | | | | | | | | | | Merge pull request #6912 from owncloud/replace-webroot-in-css | Morris Jobke | 2014-01-27 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | Remove %webroot% from CSS | ||||
| * | | | | | | | | | add icons.css file, first step to get rid of %webroot% | Jan-Christoph Borchardt | 2014-01-23 | 1 | -0/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #6736 from owncloud/tests-jsunittests | Thomas Müller | 2014-01-23 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | Added Javascript unit tests | ||||
| * | | | | | | | | | Added Javascript unit tests | Vincent Petry | 2014-01-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added karma utility to run jasmine unit tests - added Sinon library (for stubs/mocks/fakeserver) - added a few unit tests for core and files - added autotest-js.sh script | ||||
* | | | | | | | | | | Merge branch 'master' into fixing-gallery-password-protected-access-master | Thomas Müller | 2014-01-21 | 4 | -2/+28 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge pull request #6844 from owncloud/fix-css-loading-master | Jörn Friedrich Dreyer | 2014-01-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | Revert "use getAppWebPath() in here as well" | ||||
| | * | | | | | | | | | Revert "use getAppWebPath() in here as well" | Thomas Müller | 2014-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6254f0a403e315461f8e20ebccf71cb91e9313a3. | ||||
| * | | | | | | | | | | Merge branch 'master' into fix-setupfs-only-for-existing-users-master | Thomas Müller | 2014-01-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | OC_Util::setupFS($user) will create a data dir for the given string - no ↵ | Thomas Müller | 2014-01-21 | 3 | -1/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error |