Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14261 from owncloud/fix-last-login-master | Lukas Reschke | 2015-02-16 | 2 | -12/+12 |
|\ | | | | | Return milliseconds instead of seconds for lastLogin - refs #14005 | ||||
| * | fixing unit tests in UsersControllerTest | Thomas Müller | 2015-02-16 | 1 | -11/+11 |
| | | |||||
| * | Return milliseconds instead of seconds for lastLogin - refs #14005 | Thomas Müller | 2015-02-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #14263 from owncloud/missing-visibility-activity-iextension | Thomas Müller | 2015-02-16 | 1 | -1/+1 |
|\ \ | | | | | | | Add visibility to interface to make scrutinizer 1 step happier | ||||
| * | | Add visibility to interface to make scrutinizer 1 step happier | Joas Schilling | 2015-02-16 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #13879 from owncloud/add_debug_log_for_memcache_instantiation | Thomas Müller | 2015-02-16 | 3 | -7/+21 |
|\ \ \ | |/ / |/| | | add debug log for memcache instantiation | ||||
| * | | add debug log for memcache instantiation | Jörn Friedrich Dreyer | 2015-02-16 | 3 | -7/+21 |
|/ / | |||||
* | | Merge pull request #14128 from owncloud/drop-unused-methods | Morris Jobke | 2015-02-16 | 3 | -48/+10 |
|\ \ | | | | | | | Remove unused function and correct PHPDoc | ||||
| * | | Remove unused function and correct PHPDoc | Lukas Reschke | 2015-02-16 | 3 | -48/+10 |
| | | | |||||
* | | | Merge pull request #10673 from owncloud/smb-new | Morris Jobke | 2015-02-16 | 77 | -670/+5411 |
|\ \ \ | |_|/ |/| | | New SMB storage backend | ||||
| * | | also make sure we have a leading slash for the test root | Robin Appelman | 2015-02-16 | 2 | -4/+3 |
| | | | |||||
| * | | make sure the root has a trailing slash | Robin Appelman | 2015-02-16 | 1 | -0/+3 |
| | | | |||||
| * | | remove outdated test | Robin Appelman | 2015-02-16 | 1 | -39/+0 |
| | | | |||||
| * | | handle deleting non existing files | Robin Appelman | 2015-02-16 | 1 | -7/+11 |
| | | | |||||
| * | | Use better way to check for the existence of smbclient | Robin Appelman | 2015-02-16 | 1 | -7/+2 |
| | | | |||||
| * | | New SMB storage backend | Robin Appelman | 2015-02-16 | 75 | -628/+5407 |
| |/ | |||||
* | | Merge pull request #13750 from owncloud/enhanced-code-checker | Thomas Müller | 2015-02-16 | 12 | -51/+389 |
|\ \ | | | | | | | Implement php code checker to detect usage of not allowed private ... | ||||
| * | | Update 3rdparty commit to master | Thomas Müller | 2015-02-16 | 1 | -0/+0 |
| | | | |||||
| * | | integrate code checker in the installer | Thomas Müller | 2015-02-11 | 3 | -54/+27 |
| | | | |||||
| * | | implement php code checker to detect usage of not allowed private APIs - ↵ | Thomas Müller | 2015-02-10 | 12 | -1/+366 |
| | | | | | | | | | | | | including console command to check local code to be used by developers | ||||
* | | | Merge pull request #13269 from owncloud/issue/13211-cache-array-implementation | Joas Schilling | 2015-02-16 | 3 | -1/+89 |
|\ \ \ | | | | | | | | | Add an array implementation of cache and use it if we are not debugging | ||||
| * | | | Add an array implementation of cache and use it if we are not debugging | Joas Schilling | 2015-02-16 | 3 | -1/+89 |
| | | | | |||||
* | | | | Merge pull request #14194 from owncloud/url-encode-logout-attribute | Thomas Müller | 2015-02-16 | 3 | -5/+5 |
|\ \ \ \ | | | | | | | | | | | URLEncode logout attribute | ||||
| * | | | | URLEncode logout attribute | Lukas Reschke | 2015-02-13 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | Otherwise logout can fail if the requesttoken contains a + | ||||
* | | | | | Merge pull request #13890 from owncloud/add-no-referrer | Lukas Reschke | 2015-02-16 | 9 | -19/+44 |
|\ \ \ \ \ | | | | | | | | | | | | | Add `rel="noreferrer"` where possible and switch to HTTPS | ||||
| * | | | | | Add noreferrer to footer URI | Lukas Reschke | 2015-02-16 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Deduplicate template code and do not translate the links | Joas Schilling | 2015-02-09 | 7 | -11/+35 |
| | | | | | | |||||
| * | | | | | Add `rel="noreferrer"` where possible and switch to HTTPS | Lukas Reschke | 2015-02-04 | 6 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | Just to follow good practise and prevent some automated scanners to complain about "Cross-domain Referer leakage". | ||||
* | | | | | | Merge pull request #14243 from owncloud/console-execution-time-master | Morris Jobke | 2015-02-16 | 1 | -0/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | console commands shall not be limited with respect to execution time | ||||
| * | | | | | | console commands shall not be limited with respect to execution time - fixes ↵ | Thomas Müller | 2015-02-16 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | #14156 | ||||
* | | | | | | | Merge pull request #14076 from owncloud/autotest-external-ftp | Thomas Müller | 2015-02-16 | 3 | -4/+105 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | [files_external] ftp tests | ||||
| * | | | | | | [files_external] ftp tests | Morris Jobke | 2015-02-10 | 3 | -4/+105 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #14201 from owncloud/propagator-dont-decrease-mtime | Thomas Müller | 2015-02-16 | 3 | -4/+29 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Dont lower the mtime of a folder when propagating changes | ||||
| * | | | | | | | update test | Robin Appelman | 2015-02-13 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | Dont lower the mtime of a folder when propagating changes | Robin Appelman | 2015-02-13 | 2 | -4/+27 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #13809 from owncloud/fix-autoloader-message | Thomas Müller | 2015-02-16 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Properly show the warning about the missing composer autoloader | ||||
| * | | | | | | | | Properly show the warning about the missing composer autoloader | Morris Jobke | 2015-01-31 | 1 | -1/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #13922 from owncloud/smb-autotest-external | Thomas Müller | 2015-02-16 | 5 | -13/+112 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [files_external] add SMB autotest | ||||
| * | | | | | | | | | [files_external] add SMB autotest | Morris Jobke | 2015-02-10 | 5 | -13/+112 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #14138 from owncloud/fix-image-flip-php53 | Thomas Müller | 2015-02-16 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | Don't flip image in PHP 5.4 | ||||
| * | | | | | | | | | Check if imageflip is available | Morris Jobke | 2015-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * imageflip() isn't available in PHP < 5.5 * fixes #14130 | ||||
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-16 | 6 | -22/+30 |
| | | | | | | | | | | |||||
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-15 | 36 | -48/+98 |
| | | | | | | | | | | |||||
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-14 | 30 | -70/+128 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #14206 from owncloud/issue/14204-revert-14171 | Thomas Müller | 2015-02-13 | 2 | -17/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | Issue/14204 revert #14171 | ||||
| * | | | | | | | | | Update version to a higher one then before | Joas Schilling | 2015-02-13 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Revert "Improve: Index for file_map" | Joas Schilling | 2015-02-13 | 1 | -18/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c9b56084051ad33f15ad8a1a7fee95d38ba0d954. | ||||
| * | | | | | | | | | Revert "Incorporate review changes" | Joas Schilling | 2015-02-13 | 2 | -1/+3 |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f6a452cabf02e4a8005f874a77754f68abbc8fa5. | ||||
* | | | | | | | | | Merge pull request #14178 from RealRancor/fix_config_sample | Morris Jobke | 2015-02-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Removed anchor in config.sample.php | ||||
| * | | | | | | | | | Removed anchor in config.sample.php | RealRancor | 2015-02-12 | 1 | -1/+1 |
| | |_|_|_|_|/ / / | |/| | | | | | | |