Commit Graph

2340 Commits (711912a7b3f48065b220a909e8889aba5a93d105)

Author SHA1 Message Date
Robin Appelman e6f6cdd19f Bit more cleanup 11 years ago
Robin Appelman 2ae6a0d96d Move creating the database connection to the server container 11 years ago
Robin Appelman d4e929c37a Remove implicit prepared statement cache and get the connection from the server container in \OC_DB 11 years ago
Robin Appelman 72f99f5041 Remove \OC\DB\ConnectionWrapper, have \OC\DB\Connection implement \OCP\IDBConnection directly instead 11 years ago
Bjoern Schiessle b7718bc212 always use the correct share type 11 years ago
Lukas Reschke 8f8abdbaee Add unit tests for convertToRelativePath 11 years ago
Lukas Reschke 7b94c7f9c1 Refer to relative path instead of absolute path 11 years ago
Thomas Müller c8e8945efb implement localizations based on punic 11 years ago
Thomas Müller 6af0e76a03 remove legacy class OC_Updater 11 years ago
Robin Appelman 9fd234f63f Log some additional events 11 years ago
Robin Appelman beb1c6ad74 Allow adding events that hapend before the event logger was loaded 11 years ago
Robin Appelman 4a8358bc50 Rename to NullQueryLogger 11 years ago
Robin Appelman 1e69f5e7ac Log some basic events 11 years ago
Robin Appelman 6e08014781 Rename namespace to Diagnostics 11 years ago
Robin Appelman 2790bda4f8 Activate the query logger on connect 11 years ago
Robin Appelman b71d1d3616 Add QueryLogger interface to allow apps to get a list of used queries 11 years ago
Robin Appelman d38050cf52 Add an EventLogger interface to allow apps to get a log of the request timeline 11 years ago
Jörn Friedrich Dreyer ca0e3fdfea throw exception in writeBack, the returned boolean is checked nowhere 11 years ago
Jörn Friedrich Dreyer 9b0f0df7f5 make skeleton compatible with objectstore 11 years ago
Arthur Schiwon 4e8c7570d4 make performance less bad. Still far from good, but at least it works 11 years ago
Arthur Schiwon a7a532f58a with several backends, more than limit can be returned 11 years ago
Vincent Petry 27c22f071d Encapsulate require_once to avoid name space bleedind 11 years ago
Thomas Müller 93b0f1a3bf adding cssmin and jssmin(minify) 11 years ago
Lukas Reschke af335a39f1 Add PHPDoc about sanitization of "insertIfNotExist" 11 years ago
Lukas Reschke 53e0cf2f74 Add a try catch block 11 years ago
Thomas Müller f7097faf82 Special treatment for Oracle 11 years ago
Thomas Müller a04159090f include the apps' versions hash to invalidate the cached assets 11 years ago
Lukas Reschke 4deb57bfae Remove insane comment 11 years ago
Lukas Reschke 9cfbf7ed1c Fix SVG icons 11 years ago
Jörn Friedrich Dreyer 0254a3c406 make trashbin compatible with objectstore, replace glob with search in cache, make unknown free space work like unlimited free space 11 years ago
Jörn Friedrich Dreyer c27fd94ec8 in cli mode return true for isHtaccessWorking 11 years ago
Thomas Müller b091394a90 introduce new app page layout 11 years ago
Bjoern Schiessle 239bff5766 strip whitespace from the beginning and end of the display name to avoid empty display names 11 years ago
Lukas Reschke 6ccda2ae98 Add app version to JS and CSS 11 years ago
Lukas Reschke 1b3feb710d Use `rawurlencode` since this seems to be expected by cURL 11 years ago
Lukas Reschke bf84cd4bcc Add darwin to if block 11 years ago
Joas Schilling 0407bc0978 Set overwritemailurl* configs on setup 11 years ago
Bernhard Reiter b416f7d8ac PHPDoc fixes as suggested by @MorrisJobke. 11 years ago
Bernhard Reiter 1770179648 Add getTag() function for accessing of a single tag. 11 years ago
Bernhard Reiter bc265e8b52 Make loading of tags from DB more explicit. 11 years ago
Bernhard Reiter 226d7233e1 In Tags::rename($from, $to), check if there already is a tag named $to. 11 years ago
Bernhard Reiter 7e9baafc53 Add option to include tags for shared items. 11 years ago
Bernhard Reiter 7963125c41 Remove two obsolete try...catch blocks. 11 years ago
Bernhard Reiter 5471189fe6 Implement Tag and TagMapper classes. 11 years ago
Bernhard Reiter cf6fb2c2e4 Remove redundant null initializations. 11 years ago
Bernhard Reiter 3e5d725502 Test addMultiple() with $sync=true. 11 years ago
Vincent Petry ab5149f5df Allow specifying protocol in ext storage OC config 11 years ago
Vincent Petry d485c0098d Retrieve storage numeric id earlier when still available 11 years ago
Bjoern Schiessle c6c9a51b11 distinguish between file dependent shares and other shares 11 years ago
Robin Appelman 912fbfab01 Unset the cached active user when using a different session object 11 years ago