Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Create DB Connection wrapper and DB\Adapter* classes | Bart Visscher | 2013-07-21 | 7 | -0/+163 | |
| * | | | | Only close db connection when disconnecting, keep the connection object | Bart Visscher | 2013-07-21 | 1 | -2/+2 | |
* | | | | | Merge pull request #4349 from owncloud/oc_cache_fix | Björn Schießle | 2013-08-08 | 1 | -4/+12 | |
|\ \ \ \ \ | ||||||
| * | | | | | oc_cache needs to disable file proxys for read/write operation. Otherwise the... | Bjoern Schiessle | 2013-08-08 | 1 | -4/+12 | |
* | | | | | | Remove noisy Log/Debug message | Morris Jobke | 2013-08-08 | 1 | -1/+0 | |
* | | | | | | fix function call for searUsers() | Bjoern Schiessle | 2013-08-08 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-08-07 | 2 | -17/+21 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge pull request #4291 from owncloud/schema | Bart Visscher | 2013-08-05 | 2 | -59/+81 | |
|\ \ \ \ | ||||||
| * | | | | Use function to create schema manager | Bart Visscher | 2013-08-02 | 1 | -20/+35 | |
| * | | | | remove invalid type hinting and cleanup namespaces a bit | Robin Appelman | 2013-08-02 | 1 | -5/+8 | |
| * | | | | Rename \OC\DB\Schema to \OC\DB\MDB2SchemaManager | Bart Visscher | 2013-08-02 | 2 | -7/+7 | |
| * | | | | Change OC_DB_Schema to use DI for db connection object | Bart Visscher | 2013-08-02 | 2 | -51/+55 | |
* | | | | | use isset to prevent undefined index | Thomas Müller | 2013-08-05 | 1 | -1/+1 | |
* | | | | | Merge pull request #4293 from owncloud/config-date | Thomas Müller | 2013-08-04 | 1 | -4/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | fixing PHPDoc | Thomas Müller | 2013-08-04 | 1 | -3/+3 | |
| * | | | | | make log date configurable, default to iso 8601 | Bernhard Posselt | 2013-08-02 | 1 | -1/+3 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #4308 from owncloud/fix-4194 | Thomas Müller | 2013-08-04 | 1 | -3/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | fixing PHPDoc | Thomas Müller | 2013-08-04 | 1 | -1/+1 | |
| * | | | | | Port log level filtering from OC_Log_Owncloud to OC_Log_Syslog. | Andreas Fischer | 2013-08-04 | 1 | -2/+5 | |
* | | | | | | Merge pull request #4228 from owncloud/fix-3836 | Thomas Müller | 2013-08-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | app migrate: Use = instead of LIKE as described in the comment above. | Andreas Fischer | 2013-07-29 | 1 | -1/+1 | |
* | | | | | | add reveal mimetype | Robin Appelman | 2013-08-03 | 1 | -1/+2 | |
* | | | | | | Merge pull request #4299 from owncloud/simplify-db-transaction | Thomas Müller | 2013-08-02 | 1 | -10/+0 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | Simplify OC_DB transaction functions | Bart Visscher | 2013-08-02 | 1 | -10/+0 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #4287 from Takuto88/language-config | Thomas Müller | 2013-08-02 | 1 | -0/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | Make default language configurable via config.php | Lennart Rosam | 2013-08-02 | 1 | -0/+6 | |
| |/ / / / | ||||||
* / / / / | Don't throw a fatal, if is_file() parameter isn't | kondou | 2013-08-01 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #4221 from owncloud/fix-3698 | Jörn Friedrich Dreyer | 2013-08-01 | 1 | -19/+19 | |
|\ \ \ \ | ||||||
| * | | | | Use query to calculate folder size | Michael Gapczynski | 2013-07-29 | 1 | -10/+13 | |
| * | | | | Fix calculating size for empty folders | Michael Gapczynski | 2013-07-28 | 1 | -19/+16 | |
* | | | | | cancel sharing if some users doesn't have a working encryption set-up. | Bjoern Schiessle | 2013-08-01 | 1 | -2/+20 | |
* | | | | | Merge pull request #4155 from owncloud/mdb2schemareader-booleans | Morris Jobke | 2013-08-01 | 3 | -69/+151 | |
|\ \ \ \ \ | ||||||
| * | | | | | make MDB2Schema reader non static | Robin Appelman | 2013-07-29 | 2 | -72/+143 | |
| * | | | | | add function to get config object from OC_Config | Robin Appelman | 2013-07-29 | 1 | -0/+4 | |
| * | | | | | use === | Robin Appelman | 2013-07-22 | 1 | -1/+1 | |
| * | | | | | add support for the <primary/> element within field definitions | Robin Appelman | 2013-07-22 | 1 | -0/+4 | |
| * | | | | | db: cast default values for boolean fields to booleans | Robin Appelman | 2013-07-22 | 1 | -0/+3 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #4208 from owncloud/scanner-php53 | Morris Jobke | 2013-08-01 | 1 | -6/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | remove unneeded 'use' | Robin Appelman | 2013-07-29 | 1 | -1/+0 | |
| * | | | | | dont need to explicitly pass by reference | Robin Appelman | 2013-07-29 | 1 | -2/+2 | |
| * | | | | | fix scanner hooks, cant use inside closures in php 5.3 | Robin Appelman | 2013-07-26 | 1 | -5/+7 | |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-08-01 | 1 | -0/+4 | |
* | | | | | | Merge pull request #3982 from owncloud/test_lastinsertid | Morris Jobke | 2013-07-31 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | always return int | Jörn Friedrich Dreyer | 2013-07-29 | 1 | -2/+2 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-07-31 | 1 | -0/+4 | |
* | | | | | | Merge pull request #4227 from owncloud/fixing-testGetById-master | Thomas Müller | 2013-07-30 | 2 | -1/+8 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into fixing-testGetById-master | Thomas Müller | 2013-07-30 | 66 | -5101/+2365 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | adding unit tests for OC_Util::basename | Thomas Müller | 2013-07-29 | 1 | -0/+1 | |
| * | | | | | | | implement a platform independent version of basename | Thomas Mueller | 2013-07-29 | 2 | -1/+7 | |
* | | | | | | | | fixes #4026 | Thomas Müller | 2013-07-30 | 1 | -0/+3 |