Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PHPDoc | Lukas Reschke | 2014-10-27 | 1 | -1/+1 |
* | 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 |
* | | | | | always use the correct share type | Bjoern Schiessle | 2014-10-22 | 1 | -3/+3 |
* | | | | | Merge pull request #11416 from owncloud/eventlogger | Morris Jobke | 2014-10-22 | 17 | -10/+524 |
|\ \ \ \ \ | |||||
| * | | | | | call initPaths() right before the server is instantiated | Thomas Müller | 2014-10-21 | 1 | -1/+1 |
| * | | | | | Log some additional events | Robin Appelman | 2014-10-20 | 2 | -2/+6 |
| * | | | | | Allow adding events that hapend before the event logger was loaded | Robin Appelman | 2014-10-20 | 3 | -1/+17 |
| * | | | | | Rename to NullQueryLogger | Robin Appelman | 2014-10-20 | 3 | -6/+6 |
| * | | | | | Log some basic events | Robin Appelman | 2014-10-20 | 6 | -4/+24 |
| * | | | | | Rename namespace to Diagnostics | Robin Appelman | 2014-10-20 | 12 | -34/+34 |
| * | | | | | Activate the query logger on connect | Robin Appelman | 2014-10-20 | 1 | -0/+1 |
| * | | | | | Add QueryLogger interface to allow apps to get a list of used queries | Robin Appelman | 2014-10-20 | 7 | -0/+217 |
| * | | | | | Add an EventLogger interface to allow apps to get a log of the request timeline | Robin Appelman | 2014-10-20 | 7 | -6/+262 |
| | |_|_|/ | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-22 | 1 | -0/+9 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #11630 from owncloud/kill-some-legacy | Lukas Reschke | 2014-10-21 | 4 | -22/+7 |
|\ \ \ \ | |||||
| * | | | | move some deprecated usage of OC_Config and OC_AppConfig to \OC::server | Thomas Müller | 2014-10-20 | 1 | -1/+1 |
| * | | | | remove legacy class OC_Updater | Thomas Müller | 2014-10-20 | 3 | -21/+6 |
| |/ / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-21 | 3 | -1/+4 |
* | | | | Add unit tests for convertToRelativePath | Lukas Reschke | 2014-10-20 | 1 | -1/+1 |
* | | | | Refer to relative path instead of absolute path | Lukas Reschke | 2014-10-20 | 1 | -8/+21 |
|/ / / | |||||
* | | | throw exception in writeBack, the returned boolean is checked nowhere | Jörn Friedrich Dreyer | 2014-10-20 | 1 | -3/+2 |
* | | | make skeleton compatible with objectstore | Jörn Friedrich Dreyer | 2014-10-20 | 3 | -27/+40 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-20 | 3 | -0/+3 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-10-18 | 2 | -0/+2 |