Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding ocs/v2.php with status code mapper | Thomas Müller | 2015-08-03 | 1 | -8/+56 |
| | |||||
* | always update file cache, the cache can handle partial data correctly if the ↵ | Bjoern Schiessle | 2015-07-31 | 1 | -5/+4 |
| | | | | file doesn't already exists in the file cache | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-31 | 100 | -660/+290 |
| | |||||
* | Merge pull request #17981 from owncloud/correct-regex | Thomas Müller | 2015-07-30 | 1 | -2/+2 |
|\ | | | | | Correct regular expressions | ||||
| * | Correct regular expressions | Lukas Reschke | 2015-07-30 | 1 | -2/+2 |
| | | | | | | | | Previously the regex was only matching on single characters. Meaning that file names such as ":+1:.txt" where possible while ":+1:" alone never was. This check apparently never worked as expected. | ||||
* | | Merge pull request #17963 from owncloud/remove-derecated-mysql-functions | Morris Jobke | 2015-07-30 | 7 | -149/+226 |
|\ \ | | | | | | | Moving mysql setup code over to Doctrine | ||||
| * | | Check for PDO instead of removed function for PHP 7 compatibility | Lukas Reschke | 2015-07-30 | 1 | -8/+22 |
| | | | |||||
| * | | - more injection | Thomas Müller | 2015-07-30 | 5 | -66/+115 |
| | | | | | | | | | | | | | | | | | | - less static calls - use params on sql queries - handle sql exception on database and user creation gracefully | ||||
| * | | Moving mysql setup code over to Doctrine | Thomas Müller | 2015-07-29 | 5 | -95/+109 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-30 | 96 | -168/+72 |
|/ / | |||||
* | | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 7 | -258/+2 |
| | | |||||
* | | Merge pull request #17950 from ↵ | Robin McCorkell | 2015-07-29 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | owncloud/config-dontdetectfschangesinrootbydefault Disable filesystem_check_changes by default | ||||
| * | Disable filesystem_check_changes by default | Vincent Petry | 2015-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This will prevent detecting remote changes done in the data folder / root storage by default. In the rare cases where the data folder is shared with other apps/users outside ownCloud and change detection is needed, the admin will have to set the option explicitly from now on. Note that this doesn't affect external storages which have their own setting in the mount options. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-29 | 2 | -0/+6 |
| | | |||||
* | | Merge pull request #15543 from rullzer/mimetypedetector | Morris Jobke | 2015-07-28 | 5 | -90/+238 |
|\ \ | | | | | | | Mimetypedetector | ||||
| * | | Pass config dir as parameter to detection class | Roeland Jago Douma | 2015-07-27 | 2 | -8/+15 |
| | | | | | | | | | | | | | | | | | | | | | In order to properly test the mimetype function: * constructor takes path to configdir * Added unit tests for mimetype (only if vfsStream is available) | ||||
| * | | Proper deprecate methods | Roeland Jago Douma | 2015-07-27 | 2 | -14/+5 |
| | | | |||||
| * | | Loading of mapping/aliases is done in class | Roeland Jago Douma | 2015-07-27 | 2 | -25/+48 |
| | | | |||||
| * | | Move mimetypedetection to files/type/detection | Roeland Jago Douma | 2015-07-27 | 3 | -168/+60 |
| | | | |||||
| * | | Added mimetype detector | Roeland Jago Douma | 2015-07-27 | 5 | -1/+236 |
| | | | | | | | | | | | | * Copied unit tests from old functions | ||||
* | | | Merge pull request #17195 from rullzer/no_multiple_remote_shares_of_same_file | Roeland Douma | 2015-07-28 | 1 | -0/+13 |
|\ \ \ | | | | | | | | | Remote shares should be uique | ||||
| * | | | Cannot share the same file multiple times with remote user | Roeland Jago Douma | 2015-07-15 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fix for #17183 It should not be possible to create multiple remote shares from user A to user B of the same file/folder. | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-28 | 4 | -0/+18 |
| |_|/ |/| | | |||||
* | | | Merge pull request #17902 from owncloud/fix_17898 | Vincent Petry | 2015-07-27 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | get header size before we open the file to avoid locking exception | ||||
| * | | | get header size before we open the file to avoid locking exception | Bjoern Schiessle | 2015-07-27 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryption | Thomas Müller | 2015-07-27 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Only set is encrypted when encryption is enabled | ||||
| * | | | Only set is encrypted when encryption is enabled | Joas Schilling | 2015-07-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #17879 from owncloud/scan-check-path | Thomas Müller | 2015-07-27 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | check if the user is trying to scan a valid path | ||||
| * | | | | check if the user is trying to scan a valid path | Robin Appelman | 2015-07-27 | 1 | -0/+3 |
| | |_|/ | |/| | | |||||
* / | | | Add PHPDoc for classes and interfaces | Morris Jobke | 2015-07-27 | 5 | -0/+12 |
|/ / / | |||||
* | | | Merge pull request #17838 from owncloud/sharing-password-policy-master | Thomas Müller | 2015-07-24 | 2 | -2/+24 |
|\ \ \ | | | | | | | | | Use a hook to integrate sharing password verification | ||||
| * | | | Fix PHPDoc on setPassword | Thomas Müller | 2015-07-23 | 2 | -2/+2 |
| | | | | |||||
| * | | | Use a hook to integrate sharing password verification | Thomas Müller | 2015-07-23 | 1 | -0/+22 |
| |/ / | |||||
* | | | Merge pull request #17755 from owncloud/alias-container-alive | Thomas Müller | 2015-07-24 | 3 | -51/+55 |
|\ \ \ | | | | | | | | | Add registerAlias method to shortcut interface registration #17714 | ||||
| * | | | add registerAlias method to shorcut interface registration | Bernhard Posselt | 2015-07-18 | 3 | -51/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove unused import add since tag fix typo | ||||
* | | | | Remove commented code | Morris Jobke | 2015-07-24 | 1 | -2/+0 |
| | | | | |||||
* | | | | Merge pull request #17075 from owncloud/bootstrap-tooltip | Bernhard Posselt | 2015-07-23 | 1 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | | | Replace jQuery tipsy with bootstrap tooltip | ||||
| * | | | moved tooltip.js to vendor scripts | Hendrik Leppelsack | 2015-06-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | replaced tipsy with bootstrap tooltip | Hendrik Leppelsack | 2015-06-22 | 1 | -2/+2 |
| | | | | |||||
* | | | | Add a log message when the Doctrine Query Builder is retrieved | Joas Schilling | 2015-07-21 | 4 | -24/+39 |
| | | | | |||||
* | | | | Comment out LIMIT 0 case because of the mixed results | Joas Schilling | 2015-07-21 | 1 | -0/+4 |
| | | | | |||||
* | | | | Fix tests for setFirstResult and setMaxResults on oracle | Joas Schilling | 2015-07-21 | 1 | -2/+2 |
| | | | | |||||
* | | | | Fix existing usages by removing the quotes | Joas Schilling | 2015-07-21 | 3 | -18/+18 |
| | | | | |||||
* | | | | Add unit tests and automatic quoting | Joas Schilling | 2015-07-21 | 16 | -149/+611 |
| | | | | |||||
* | | | | Use the public interface and our method instead of the doctrine thing | Joas Schilling | 2015-07-21 | 5 | -26/+25 |
| | | | | |||||
* | | | | Add QueryBuilder, ExpressionBuilder and CompositeExpression wrappers | Joas Schilling | 2015-07-21 | 9 | -0/+2349 |
| | | | | |||||
* | | | | Merge pull request #17381 from owncloud/fix_sharing_add_to_group | Morris Jobke | 2015-07-21 | 2 | -28/+88 |
|\ \ \ \ | | | | | | | | | | | [sharing] fix addToGroup hook | ||||
| * | | | | intproduce pre_addToGroup hook. we need to calculate the possible unique | Bjoern Schiessle | 2015-07-06 | 2 | -28/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | targets before the user was added to the group otherwise we will always detect a name collision | ||||
* | | | | | Merge pull request #17766 from owncloud/escape-ampersand | Roeland Douma | 2015-07-21 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Escape ampersand in logout URL | ||||
| * | | | | | Escape ampersand in logout URL | Morris Jobke | 2015-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * fixes #17757 |