Commit Graph

5310 Commits (2ff1bdaba3292cc5baff71d8d79674bbf0b69fc8)

Author SHA1 Message Date
Robin Appelman 4f4ad72460 remove background jobs if they are failing 11 years ago
Robin Appelman 35bb6f7e3a Catch exceptions from background jobs and log them 11 years ago
Jenkins for ownCloud 1b18c5a047 [tx-robot] updated from transifex 11 years ago
Vincent Petry 80d2371f97 Fixed touch after chunk assembling 11 years ago
Frank Karlitschek 7ca0de9bd3 make 5.3.8 the minimum supported version. This fixes several issues with broken PHP versions like: https://github.com/owncloud/core/issues/5734 11 years ago
Bjoern Schiessle 466ed01e5d correctFolder() already resolves the dirname internally 11 years ago
Bjoern Schiessle bdfef554c4 add PHPDoc for setMimetype() 11 years ago
Bjoern Schiessle eeb31420fe we need to be able to set the mimetype manually 11 years ago
Bjoern Schiessle eaedda2116 make sure that we don't try to access an already deleted files, fixes some file source not found warnings 11 years ago
Vincent Petry 43b1cf7988 Redetect mime type whenever extension is renamed 11 years ago
Robin Appelman 885d04bc86 Fix getRawPathInfo for the '/' edge case 11 years ago
Jenkins for ownCloud 4a78f12682 [tx-robot] updated from transifex 11 years ago
Bjoern Schiessle 6deda1b9f6 return false if user is in incognito mode 11 years ago
Robin Appelman c47e46fda0 fix custom routes defined by apps 11 years ago
Morris Jobke 7755e69af0 add PHPDoc for urlParams 11 years ago
Morris Jobke b910524acb add comment from @DeepDiver 11 years ago
Morris Jobke 7c88736292 API doc for contacts manager, server container and share 11 years ago
Thomas Mueller 4fbc2774ef on mssql the schema migration sometimes fails due to an already existing transaction - error: 'New transaction is not allowed because there are other threads running in the session.' 11 years ago
Thomas Müller 52941341fd fixing failing unit test 11 years ago
Jenkins for ownCloud fb7aa2f014 [tx-robot] updated from transifex 11 years ago
Thomas Müller 2a93720f3f fixes #6050 11 years ago
Robin Appelman 10d84f6e9b Add a (currently) empty system for running common repair steps 11 years ago
Bjoern Schiessle 62afe7fe7a remove passwords from logfile 11 years ago
Andreas Fischer 3bbaba1eca Use the Doctrine to convert date string to DateTime object. 11 years ago
Andreas Fischer a330b2ef9b Use DateTime object instead of fixed format date string. 11 years ago
Andreas Fischer 9fb1da2811 Use bindValue() instead of passing parameters in execute(). 11 years ago
Jenkins for ownCloud dc67c7efa9 [tx-robot] updated from transifex 11 years ago
Thomas Müller 1fdd2ac7ee adding documentation for registerRoutes() 11 years ago
Morris Jobke b3e7e54c8d fix some capital letters 11 years ago
Morris Jobke 4e0fa85307 page level doc blocks and class descriptions 11 years ago
Morris Jobke bc8cc9142e AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes 11 years ago
Thomas Müller 27cc333dfe adding chunked upload handling 11 years ago
Robin Appelman 71c1327691 Add "single user mode" which restricts access to users in the admin group 11 years ago
Thomas Müller b9fed935b4 in case uri and script name don't match we better throw an exception 11 years ago
Morris Jobke 248eed16a6 fix defaults.php doc 11 years ago
Thomas Müller a0a665ea45 handle duplicate slashes in case of reverse proxy configuration 11 years ago
Morris Jobke 7f47cc062c fix defaults.php doc 11 years ago
Morris Jobke b7ddc78626 fix db.php doc 11 years ago
Robin Appelman 317d421874 provide more cli friendly error messages 11 years ago
Thomas Müller 993fea2f05 fix appframework routing 11 years ago
Thomas Mueller 228f1788fa add new function to generate the human readable version string based on version, channel and build number 11 years ago
Thomas Mueller 6229f457d0 update PHPDoc 11 years ago
Frank Karlitschek a11192bab3 send the build number too to push the next daily build. This is needed for the new daily build update channel 11 years ago
Frank Karlitschek 2ce850f7db fix overwrite host support and make the code a bit more readable 11 years ago
Jenkins for ownCloud ba0e09adce [tx-robot] updated from transifex 11 years ago
Arthur Schiwon 6085878966 Avatar: accept OC_Image as in setParameter 11 years ago
Vincent Petry c62cce8269 Moved default isReadable/isUpdatable impl into Common class 11 years ago
Bjoern Schiessle aeefe48cba Revert "use relative paths to create images from a file. This way it also works if" 11 years ago
Bjoern Schiessle 7e4f50d4e3 add incognito mode, allows to hide my user ID. For example, this is useful to access public resources while a user is still logged in 11 years ago
Arthur Schiwon 8ccac86c98 Enable user backends to provide avatar images 11 years ago