aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* adding console command to generate javascript translation files based on exis...Thomas Müller2014-10-291-31/+33
* in case a translation javascript is not found we no longer bail outThomas Müller2014-10-293-12/+5
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-292-2/+36
* Merge pull request #11791 from owncloud/webdav-getquotainfo-503-handlingMorris Jobke2014-10-281-7/+11
|\
| * Properly catch 503 storage not available in getQuotaInfoVincent Petry2014-10-271-7/+11
* | Merge pull request #11786 from owncloud/MakeSupportedDBsConfigurableLukas Reschke2014-10-272-23/+121
|\ \
| * | code cleanup during review :+1:Thomas Müller2014-10-271-17/+17
| * | Make supported DBs configurable within config.phpLukas Reschke2014-10-272-7/+105
* | | Merge pull request #11783 from owncloud/allow_passing_driver_optionsMorris Jobke2014-10-271-0/+7
|\ \ \
| * | | allow passing driver options, fixes #11718Jörn Friedrich Dreyer2014-10-271-0/+7
* | | | Merge pull request #11763 from owncloud/stable-etagsRobin Appelman2014-10-271-0/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Generate stable etags for local filesRobin Appelman2014-10-241-0/+21
* | | | Merge pull request #11708 from owncloud/fix-momentjsVincent Petry2014-10-271-1/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Setting moment locale based on user selectionClark Tomlinson2014-10-231-1/+4
* | | | Merge pull request #11760 from owncloud/add-type-hints-where-sensibleLukas Reschke2014-10-256-54/+27
|\ \ \ \
| * | | | drop unneeded hintMorris Jobke2014-10-251-1/+0
| * | | | Fix PHPDoc and remove explicit type hintLukas Reschke2014-10-241-2/+2
| * | | | Add type hinting to functionsLukas Reschke2014-10-246-53/+27
| | |_|/ | |/| |
* | | | Merge pull request #11767 from danbartram/add_db_rollbackMorris Jobke2014-10-241-0/+7
|\ \ \ \
| * | | | Add missing DB rollback functionalityDan Bartram2014-10-241-0/+7
| |/ / /
* | | | Merge pull request #11709 from owncloud/temp-handlingThomas Müller2014-10-243-117/+163
|\ \ \ \ | |/ / / |/| | |
| * | | Use the TempManager to handle temporary filesRobin Appelman2014-10-241-117/+4
| * | | Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman2014-10-242-0/+159
* | | | Use function outside of loopLukas Reschke2014-10-245-7/+13
| |_|/ |/| |
* | | Make files non executableLukas Reschke2014-10-245-0/+0
|/ /
* | Merge pull request #7749 from owncloud/load_avatar_header_via_phpMorris Jobke2014-10-242-1/+17
|\ \
| * | Load avatar in header via PHPkondou2014-10-232-1/+17
* | | Remove unreachable statementLukas Reschke2014-10-231-1/+0
|/ /
* | Merge pull request #11549 from owncloud/add-more-localizations-masterThomas Müller2014-10-231-61/+45
|\ \
| * | implement localizations based on punicThomas Müller2014-10-201-61/+45
* | | Merge pull request #10985 from owncloud/db-cleanupThomas Müller2014-10-239-276/+117
|\ \ \
| * | | Use statements wrapper in \OCP\IDBRobin Appelman2014-10-221-1/+3
| * | | Bit more cleanupRobin Appelman2014-10-222-27/+13
| * | | Move creating the database connection to the server containerRobin Appelman2014-10-224-85/+90
| * | | Remove implicit prepared statement cache and get the connection from the serv...Robin Appelman2014-10-225-58/+13
| * | | Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBCon...Robin Appelman2014-10-223-110/+3
* | | | Merge pull request #10689 from owncloud/load_classfile_onceMorris Jobke2014-10-231-1/+1
|\ \ \ \
| * | | | make sure class file is loaded onceArthur Schiwon2014-08-281-1/+1
* | | | | Merge pull request #11704 from owncloud/fix-type-for-queryLukas Reschke2014-10-221-5/+8
|\ \ \ \ \
| * | | | | Use mixed as typeLukas Reschke2014-10-221-5/+8
* | | | | | Merge pull request #11702 from owncloud/fix-11637blizzz2014-10-221-4/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | better variable nameArthur Schiwon2014-10-221-3/+4
| * | | | | set up FS by username, not login name\!Arthur Schiwon2014-10-221-1/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #9586 from owncloud/enhanced-sql-script-generation-oracle-...Jörn Friedrich Dreyer2014-10-224-13/+49
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Special treatment for OracleThomas Müller2014-10-164-13/+49
* | | | | Merge pull request #11687 from owncloud/appframework-session-annotationLukas Reschke2014-10-222-1/+82
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | introduce SessionMiddleWare to control session handling via an annotationThomas Müller2014-10-222-1/+82
* | | | | always use the correct share typeBjoern Schiessle2014-10-221-3/+3
* | | | | Merge pull request #11416 from owncloud/eventloggerMorris Jobke2014-10-2211-6/+367
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Log some additional eventsRobin Appelman2014-10-201-2/+3