Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #11786 from owncloud/MakeSupportedDBsConfigurable | Lukas Reschke | 2014-10-27 | 3 | -24/+122 | |
|\ \ \ \ | ||||||
| * | | | | code cleanup during review :+1: | Thomas Müller | 2014-10-27 | 1 | -17/+17 | |
| * | | | | Make supported DBs configurable within config.php | Lukas Reschke | 2014-10-27 | 3 | -8/+106 | |
* | | | | | Merge pull request #11783 from owncloud/allow_passing_driver_options | Morris Jobke | 2014-10-27 | 1 | -0/+7 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | allow passing driver options, fixes #11718 | Jörn Friedrich Dreyer | 2014-10-27 | 1 | -0/+7 | |
* | | | | | Merge pull request #11763 from owncloud/stable-etags | Robin Appelman | 2014-10-27 | 1 | -0/+21 | |
|\ \ \ \ \ | ||||||
| * | | | | | Generate stable etags for local files | Robin Appelman | 2014-10-24 | 1 | -0/+21 | |
* | | | | | | Merge pull request #11787 from owncloud/fix-php-docs | Morris Jobke | 2014-10-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Fix PHPDoc | Lukas Reschke | 2014-10-27 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #11708 from owncloud/fix-momentjs | Vincent Petry | 2014-10-27 | 1 | -1/+4 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Setting moment locale based on user selection | Clark Tomlinson | 2014-10-23 | 1 | -1/+4 | |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-27 | 1 | -0/+21 | |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-26 | 2 | -1/+29 | |
* | | | | | Merge pull request #11760 from owncloud/add-type-hints-where-sensible | Lukas Reschke | 2014-10-25 | 6 | -54/+27 | |
|\ \ \ \ \ | ||||||
| * | | | | | drop unneeded hint | Morris Jobke | 2014-10-25 | 1 | -1/+0 | |
| * | | | | | Fix PHPDoc and remove explicit type hint | Lukas Reschke | 2014-10-24 | 1 | -2/+2 | |
| * | | | | | Add type hinting to functions | Lukas Reschke | 2014-10-24 | 6 | -53/+27 | |
| | |/ / / | |/| | | | ||||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-25 | 1 | -4/+65 | |
* | | | | | Merge pull request #11767 from danbartram/add_db_rollback | Morris Jobke | 2014-10-24 | 2 | -0/+14 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add missing DB rollback functionality | Dan Bartram | 2014-10-24 | 2 | -0/+14 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #11709 from owncloud/temp-handling | Thomas Müller | 2014-10-24 | 6 | -118/+210 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Use the TempManager to handle temporary files | Robin Appelman | 2014-10-24 | 2 | -118/+6 | |
| * | | | | Add \OC\TempManager to handle creating and cleaning temporary files | Robin Appelman | 2014-10-24 | 4 | -0/+204 | |
| | |_|/ | |/| | | ||||||
* | | | | Use function outside of loop | Lukas Reschke | 2014-10-24 | 5 | -7/+13 | |
| |_|/ |/| | | ||||||
* | | | Make files non executable | Lukas Reschke | 2014-10-24 | 5 | -0/+0 | |
|/ / | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-24 | 1 | -0/+2 | |
* | | Merge pull request #7749 from owncloud/load_avatar_header_via_php | Morris Jobke | 2014-10-24 | 2 | -1/+17 | |
|\ \ | ||||||
| * | | Load avatar in header via PHP | kondou | 2014-10-23 | 2 | -1/+17 | |
* | | | Remove unreachable statement | Lukas Reschke | 2014-10-23 | 1 | -1/+0 | |
|/ / | ||||||
* | | Merge pull request #11549 from owncloud/add-more-localizations-master | Thomas Müller | 2014-10-23 | 1 | -61/+45 | |
|\ \ | ||||||
| * | | implement localizations based on punic | Thomas Müller | 2014-10-20 | 1 | -61/+45 | |
* | | | Merge pull request #10985 from owncloud/db-cleanup | Thomas Müller | 2014-10-23 | 10 | -279/+186 | |
|\ \ \ | ||||||
| * | | | Use statements wrapper in \OCP\IDB | Robin Appelman | 2014-10-22 | 1 | -1/+3 | |
| * | | | Bit more cleanup | Robin Appelman | 2014-10-22 | 3 | -27/+21 | |
| * | | | Move creating the database connection to the server container | Robin Appelman | 2014-10-22 | 4 | -85/+90 | |
| * | | | Remove implicit prepared statement cache and get the connection from the serv... | Robin Appelman | 2014-10-22 | 5 | -58/+13 | |
| * | | | Extend \OCP\IDBConnection to cover more use cases | Robin Appelman | 2014-10-22 | 1 | -3/+61 | |
| * | | | Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBCon... | Robin Appelman | 2014-10-22 | 3 | -110/+3 | |
* | | | | Merge pull request #10689 from owncloud/load_classfile_once | Morris Jobke | 2014-10-23 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | make sure class file is loaded once | Arthur Schiwon | 2014-08-28 | 1 | -1/+1 | |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-23 | 2 | -1/+14 | |
* | | | | | Merge pull request #11704 from owncloud/fix-type-for-query | Lukas Reschke | 2014-10-22 | 1 | -5/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use mixed as type | Lukas Reschke | 2014-10-22 | 1 | -5/+8 | |
* | | | | | | Merge pull request #11702 from owncloud/fix-11637 | blizzz | 2014-10-22 | 1 | -4/+5 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | better variable name | Arthur Schiwon | 2014-10-22 | 1 | -3/+4 | |
| * | | | | | set up FS by username, not login name\! | Arthur Schiwon | 2014-10-22 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #9586 from owncloud/enhanced-sql-script-generation-oracle-... | Jörn Friedrich Dreyer | 2014-10-22 | 4 | -13/+49 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Special treatment for Oracle | Thomas Müller | 2014-10-16 | 4 | -13/+49 | |
* | | | | | Merge pull request #11687 from owncloud/appframework-session-annotation | Lukas Reschke | 2014-10-22 | 2 | -1/+82 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | introduce SessionMiddleWare to control session handling via an annotation | Thomas Müller | 2014-10-22 | 2 | -1/+82 |