Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 7 | -258/+2 | |
| |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #17950 from owncloud/config-dontdetectfschangesinrootbydef... | Robin McCorkell | 2015-07-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Disable filesystem_check_changes by default | Vincent Petry | 2015-07-29 | 1 | -1/+1 | |
* | | | | | | | | | | | [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 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Pass config dir as parameter to detection class | Roeland Jago Douma | 2015-07-27 | 2 | -8/+15 | |
| * | | | | | | | | | | 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 | |
* | | | | | | | | | | | Merge pull request #17195 from rullzer/no_multiple_remote_shares_of_same_file | Roeland Douma | 2015-07-28 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Cannot share the same file multiple times with remote user | Roeland Jago Douma | 2015-07-15 | 1 | -0/+13 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | [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 | 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 | 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 | 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 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | 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 shorcut interface registration | Bernhard Posselt | 2015-07-18 | 3 | -51/+55 | |
* | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | 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 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | intproduce pre_addToGroup hook. we need to calculate the possible unique | Bjoern Schiessle | 2015-07-06 | 2 | -28/+88 | |
* | | | | | | | | Merge pull request #17766 from owncloud/escape-ampersand | Roeland Douma | 2015-07-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Escape ampersand in logout URL | Morris Jobke | 2015-07-21 | 1 | -1/+1 | |
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-21 | 4 | -4/+4 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #17743 from owncloud/return-proper-statuscodes | Bernhard Posselt | 2015-07-20 | 2 | -11/+40 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | Return proper status code in case of a CORS exception | Lukas Reschke | 2015-07-20 | 2 | -11/+40 | |
* | | | | | | | | Merge pull request #16935 from owncloud/allow-app-check-code-for-deprecated-c... | Joas Schilling | 2015-07-20 | 9 | -166/+889 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | PR #17046 deprecated OCP\Util::mb_(sub)str_replace() | Joas Schilling | 2015-07-17 | 1 | -0/+2 | |
| * | | | | | | | | Only decorate the type when it was matched | Joas Schilling | 2015-07-17 | 8 | -78/+191 | |
| * | | | | | | | | Use the decorator pattern | Joas Schilling | 2015-07-17 | 7 | -62/+215 | |
| * | | | | | | | | Restructor the code into different classes instead of extending | Joas Schilling | 2015-07-17 | 6 | -186/+327 | |
| * | | | | | | | | Check for methods as good as possible | Joas Schilling | 2015-07-17 | 3 | -5/+119 | |
| * | | | | | | | | Allow checking for functions | Joas Schilling | 2015-07-17 | 3 | -10/+54 |