aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make files non executableLukas Reschke2014-10-245-0/+0
* [tx-robot] updated from transifexJenkins for ownCloud2014-10-241-0/+2
* 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-2310-279/+186
|\ \
| * | Use statements wrapper in \OCP\IDBRobin Appelman2014-10-221-1/+3
| * | Bit more cleanupRobin Appelman2014-10-223-27/+21
| * | 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
| * | Extend \OCP\IDBConnection to cover more use casesRobin Appelman2014-10-221-3/+61
| * | 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
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-232-1/+14
* | | | 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-2217-10/+524
|\ \ \ \ \
| * | | | | call initPaths() right before the server is instantiatedThomas Müller2014-10-211-1/+1
| * | | | | Log some additional eventsRobin Appelman2014-10-202-2/+6
| * | | | | Allow adding events that hapend before the event logger was loadedRobin Appelman2014-10-203-1/+17
| * | | | | Rename to NullQueryLoggerRobin Appelman2014-10-203-6/+6
| * | | | | Log some basic eventsRobin Appelman2014-10-206-4/+24
| * | | | | Rename namespace to DiagnosticsRobin Appelman2014-10-2012-34/+34
| * | | | | Activate the query logger on connectRobin Appelman2014-10-201-0/+1
| * | | | | Add QueryLogger interface to allow apps to get a list of used queriesRobin Appelman2014-10-207-0/+217
| * | | | | Add an EventLogger interface to allow apps to get a log of the request timelineRobin Appelman2014-10-207-6/+262
| | |_|_|/ | |/| | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-221-0/+9
| |/ / / |/| | |
* | | | Merge pull request #11630 from owncloud/kill-some-legacyLukas Reschke2014-10-214-22/+7
|\ \ \ \
| * | | | move some deprecated usage of OC_Config and OC_AppConfig to \OC::serverThomas Müller2014-10-201-1/+1
| * | | | remove legacy class OC_UpdaterThomas Müller2014-10-203-21/+6
| |/ / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-213-1/+4
* | | | Add unit tests for convertToRelativePathLukas Reschke2014-10-201-1/+1
* | | | Refer to relative path instead of absolute pathLukas Reschke2014-10-201-8/+21
|/ / /
* | | throw exception in writeBack, the returned boolean is checked nowhereJörn Friedrich Dreyer2014-10-201-3/+2
* | | make skeleton compatible with objectstoreJörn Friedrich Dreyer2014-10-203-27/+40
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-203-0/+3
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-10-182-0/+2
* | | make performance less bad. Still far from good, but at least it worksArthur Schiwon2014-10-171-3/+2
* | | with several backends, more than limit can be returnedArthur Schiwon2014-10-171-1/+1