- 25 Oct, 2014 1 commit
-
-
Jenkins for ownCloud authored
-
- 24 Oct, 2014 12 commits
-
-
Morris Jobke authored
Add missing DB rollback functionality
-
Thomas Müller authored
Cleanup handling of temporary files
-
Dan Bartram authored
-
Clark Tomlinson authored
disable database migration unit tests for MSSQL
-
Lukas Reschke authored
Use function outside of loop
-
Lukas Reschke authored
Otherwise the function is executed n times which is a lot of overhead
-
Robin Appelman authored
-
Robin Appelman authored
-
Lukas Reschke authored
Make files non executable
-
Lukas Reschke authored
Prevent division by zero
-
Lukas Reschke authored
There is not much sense in having these files marked executable, we should avoid that.
-
Jenkins for ownCloud authored
-
- 23 Oct, 2014 17 commits
-
-
Morris Jobke authored
Load avatar in header via PHP
-
Lukas Reschke authored
Remove unreachable statement
-
Lukas Reschke authored
Potentially fixes https://github.com/owncloud/core/issues/11742
-
Morris Jobke authored
-
kondou authored
* fix #7484 * use UID, css, and div instead of span
-
Lukas Reschke authored
-
Thomas Müller authored
implement localizations based on punic
-
Thomas Müller authored
-
Thomas Müller authored
fixing windows max depth test
-
Thomas Müller authored
-
Thomas Müller authored
Cleanup database handling
-
Morris Jobke authored
[master] Fix S3 connection regression
-
Morris Jobke authored
Fix S3 folder creation for new AWS API
-
Jan-Christoph Borchardt authored
"Group admin" default label (issue #7706)
-
Morris Jobke authored
make sure class file is loaded once
-
Thomas Müller authored
Close session for avatar get
-
Jenkins for ownCloud authored
-
- 22 Oct, 2014 10 commits
-
-
Vincent Petry authored
This also fixes the unit tests
-
Vincent Petry authored
-
Sebastian Bolt authored
Changed the column header to "Group Admin for" and the default value of the multiselect box to "no group" if user is not a groupadmin for any group.
-
Lukas Reschke authored
Use mixed as type
-
Lukas Reschke authored
This somehow blocked the "Users" UI for me when having a lot of users. - Shouldn't hurt here.
-
blizzz authored
setup filesystem by username, not login name, fixes #11637
-
Lukas Reschke authored
Settings sidebar
-
Lukas Reschke authored
Actually query() returns value of the type "mixed" (as is also stated in the interface) - this is purely there to make our IDEs and Scrutinizer happier.
-
Jörn Friedrich Dreyer authored
Special treatment for Oracle
-
Lukas Reschke authored
introduce SessionMiddleWare to control session handling via an annotatio...
-