- Jan 16, 2013
-
-
Bernhard Posselt authored
-
Bernhard Posselt authored
-
Bart Visscher authored
Whitespace cleanup
-
Bart Visscher authored
-
Bart Visscher authored
-
Jan-Christoph Borchardt authored
handling proper display of files/folders with negative size
-
Björn Schießle authored
fix for issue #1186, missing variables added
-
Björn Schießle authored
Merge branch 'versioning_history_issue_1189' of github.com:schiesbn/core into versioning_history_issue_1189
-
Björn Schießle authored
-
Björn Schießle authored
-
Thomas Müller authored
Cache prepared statements in OC_DB
-
Robin Appelman authored
-
- Jan 15, 2013
-
-
Jenkins for ownCloud authored
-
Thomas Müller authored
Remove uneeded return
-
Daniel Molkentin authored
-
Robin Appelman authored
-
Bart Visscher authored
Fixing unused and undefined in master
-
Björn Schießle authored
Merge branch 'versioning_history_issue_1189' of github.com:schiesbn/core into versioning_history_issue_1189
-
Björn Schießle authored
-
Björn Schießle authored
-
Arthur Schiwon authored
LDAP: ability to configure more than one base DN
-
- Jan 14, 2013
-
-
Jenkins for ownCloud authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
refs #1162
-
Lukas Reschke authored
Expanded one line if statement - Trivial
-
Lukas Reschke authored
-
Lukas Reschke authored
Oneliners are ugly.
-
Bart Visscher authored
Check if user is admin - bool
-
Lukas Reschke authored
Let's remove it, it's also not secure anymore with the introduction of our API etc... (And doesn't work with ldap etc…)
-
Bart Visscher authored
Simplify the isSubDirectory() function
-
Bart Visscher authored
user_webdavauth - l10n - Trivial
-
Lukas Reschke authored
allow default click behaviour
-
Lukas Reschke authored
-
Lukas Reschke authored
Thanks Jenkins!
-
Lukas Reschke authored
Thx @Raydiation
-
Lukas Reschke authored
-
Lukas Reschke authored
There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :)
-
Lukas Reschke authored
otherwise /foo/bar would be detected as a subfolder of /bar THX @icewind1991
-
Bart Visscher authored
This fixes a problem that prevented app routes from being loaded after ocs_api merge
-