Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | load all apps to get all cron jobs executed | Thomas Müller | 2014-02-18 | 1 | -0/+3 |
| | |||||
* | load all apps in ocs/v1.php | Thomas Müller | 2014-02-18 | 1 | -1/+7 |
| | |||||
* | Within OC:init() the minimum set of apps is loaded - which is filesystem, ↵ | Thomas Müller | 2014-02-06 | 4 | -21/+5 |
| | | | | authentication and logging | ||||
* | remove some more global variable $RUNTIME_NOAPPS | Thomas Müller | 2014-02-06 | 7 | -14/+1 |
| | |||||
* | remove superfluous $RUNTIME_APPTYPES | Thomas Müller | 2014-02-06 | 5 | -24/+0 |
| | |||||
* | remove global variable $RUNTIME_NOAPPS - it's just superfluous | Thomas Müller | 2014-02-06 | 3 | -7/+1 |
| | |||||
* | Merge pull request #7091 from owncloud/jenkins-catchsetuperrors | Thomas Müller | 2014-02-05 | 1 | -2/+6 |
|\ | | | | | Catch setup errors during autotest | ||||
| * | Catch setup errors during autotest | Vincent Petry | 2014-02-05 | 1 | -2/+6 |
| | | |||||
* | | Merge pull request #6490 from owncloud/theming-for-appstemplate | Jan-Christoph Borchardt | 2014-02-05 | 1 | -0/+4 |
|\ \ | | | | | | | do not show 'Add app' and 'More apps' for themed ownCloud | ||||
| * | | use appstoreenabled config switch | Bjoern Schiessle | 2014-01-16 | 1 | -2/+2 |
| | | | |||||
| * | | do not show 'Add app' and 'More apps' for themed ownCloud | Jan-Christoph Borchardt | 2013-12-18 | 1 | -0/+4 |
| | | | |||||
* | | | Merge pull request #7064 from owncloud/files-scrolltopafterupdate | Jan-Christoph Borchardt | 2014-02-05 | 1 | -4/+5 |
|\ \ \ | | | | | | | | | Scroll to the top after switching dir | ||||
| * | | | Scroll to the top after switching dir | Vincent Petry | 2014-02-04 | 1 | -5/+6 |
| | |/ | |/| | | | | | | | Fixes #7061 | ||||
* | | | Merge pull request #7032 from owncloud/enc_fix_delete | Björn Schießle | 2014-02-05 | 9 | -119/+430 |
|\ \ \ | | | | | | | | | Encryption replace delete proxy with pre/post hooks and add tests | ||||
| * | | | add function to extract filename from sharekey name + tests | Bjoern Schiessle | 2014-02-03 | 2 | -1/+37 |
| | | | | |||||
| * | | | added tests for the delete hooks if the trash bin is disabled | Bjoern Schiessle | 2014-02-01 | 3 | -65/+300 |
| | | | | |||||
| * | | | don't expect OC_FilesystemView, this is depreciated | Bjoern Schiessle | 2014-01-31 | 1 | -1/+1 |
| | | | | |||||
| * | | | better error detection and don't use glob() | Bjoern Schiessle | 2014-01-31 | 1 | -12/+27 |
| | | | | |||||
| * | | | move unlink proxy to a hook which handles pre and post conditions | Bjoern Schiessle | 2014-01-31 | 3 | -41/+66 |
| | | | | |||||
* | | | | Merge pull request #7067 from owncloud/core-sessionheartbeatconfig | Vincent Petry | 2014-02-05 | 5 | -16/+142 |
|\ \ \ \ | | | | | | | | | | | Core sessionheartbeatconfig | ||||
| * | | | | fixing typos | Thomas Müller | 2014-02-04 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Added unit tests for session_keepalive / heartbeat | Vincent Petry | 2014-02-04 | 2 | -1/+91 |
| | | | | | |||||
| * | | | | Added session_keepalive setting | Vincent Petry | 2014-02-04 | 3 | -15/+51 |
| | |/ / | |/| | | | | | | | | | | | | | | When session_keepalive is true (default) the heartbeat will be send as often as the half of the session timeout value. | ||||
* | | | | Merge pull request #6969 from owncloud/tests-morecoverage | Thomas Müller | 2014-02-04 | 5 | -37/+172 |
|\ \ \ \ | | | | | | | | | | | Fixed unit test scripts + coverage | ||||
| * | | | | Added core unit tests for basename and dirname | Vincent Petry | 2014-01-30 | 1 | -0/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Note that it doesn't work 100% like the PHP functions so the tests have TODO comments to fix those core functions eventually. | ||||
| * | | | | Fixed unit test scripts + coverage | Vincent Petry | 2014-01-30 | 4 | -37/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Tried to add more apps (others break). "preprocessors" is now populated automatically based on the tested apps. | ||||
* | | | | | Merge pull request #7011 from owncloud/jshint | Thomas Müller | 2014-02-04 | 11 | -22/+152 |
|\ \ \ \ \ | | | | | | | | | | | | | Added .jshintrc | ||||
| * | | | | | Fixed file name validation unit test + added newline | Vincent Petry | 2014-01-30 | 2 | -7/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed file name validation unit test - added "\n" as forbidden character in isFileNameValid() | ||||
| * | | | | | Added .jshintrc | Vincent Petry | 2014-01-30 | 11 | -15/+136 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also fixes a few JSHint warnings in files app - Added "global" comment on top of files app to suppress warning and also inform devs about what globals are use | ||||
* | | | | | | Merge pull request #6235 from NCTU-NBA/pr-exceed_upload_limit_msg | Jan-Christoph Borchardt | 2014-02-04 | 8 | -18/+76 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Change misleading message when file size exceeds upload limit | ||||
| * | | | | | | Merge branch 'master' into pr-exceed_upload_limit_msg | Pellaeon Lin | 2014-01-30 | 860 | -13933/+38249 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php | ||||
| * | | | | | | Use $storageInfo['free'] | Pellaeon Lin | 2014-01-29 | 2 | -3/+2 |
| | | | | | | | |||||
| * | | | | | | Fix variable name | Pellaeon Lin | 2014-01-24 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Add $freeSpace and $uploadLimit to files_sharing | Pellaeon Lin | 2014-01-17 | 2 | -0/+6 |
| | | | | | | | |||||
| * | | | | | | Comments to clarify | Pellaeon Lin | 2014-01-16 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Use t() 's native method | Pellaeon Lin | 2014-01-16 | 1 | -2/+8 |
| | | | | | | | |||||
| * | | | | | | Fix namespace | Pellaeon Lin | 2014-01-15 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Contextual upload error message | Pellaeon Lin | 2013-12-11 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | #max_upload is needed after all | Pellaeon Lin | 2013-12-11 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Update #free_space on getstoragestats AJAX call | Pellaeon Lin | 2013-12-11 | 2 | -0/+3 |
| | | | | | | | |||||
| * | | | | | | Display different messages for uploadLimit and freeSpace | Pellaeon Lin | 2013-12-08 | 3 | -4/+15 |
| | | | | | | | |||||
| * | | | | | | Separate PHP upload limit and free space | Pellaeon Lin | 2013-12-08 | 2 | -12/+47 |
| | | | | | | | |||||
| * | | | | | | Change misleading message when file size exceeds upload limit | Pellaeon Lin | 2013-12-08 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | 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 | 6 | -161/+162 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Move core setup code to controller class | ||||
| * | | | | | | | | Use === instead of ==, add missing whitespace and CSS class | Morris Jobke | 2014-02-01 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | 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 | ||||
| * | | | | | | | | DRY for database type radiolist | Bart Visscher | 2014-01-31 | 2 | -54/+25 |
| | | | | | | | | | |||||
| * | | | | | | | | Do setup default value handling in the controller not the template | Bart Visscher | 2014-01-31 | 2 | -9/+19 |
| | | | | | | | | |