- 05 Dec, 2014 1 commit
-
-
Jenkins for ownCloud authored
-
- 04 Dec, 2014 31 commits
-
-
Arthur Schiwon authored
Conflicts: apps/user_ldap/user_ldap.php
-
Arthur Schiwon authored
add ldap-search command to occ Conflicts: apps/user_ldap/appinfo/register_command.php LDAP search filter creation changes: 1. do not prepend * wildcard to search terms. Will result in faster search, but you don't find "foobar" when looking for "bar" 2. advanced behaviour when search string contains a space and multiple search attributes are present. The search string is split into single words. The resulting filter requires that each word at least appears once in any search attribute. This is supposed to return better results in big LDAPs. trim search string before passing it on
-
Morris Jobke authored
Merge headers
-
Morris Jobke authored
make \OC\Files\Node\Node implement the FileInfo interface
-
Clark Tomlinson authored
PHP 5.4 is now required for master
-
Morris Jobke authored
Remove last traces of travis integration
-
Lukas Reschke authored
-
Lukas Reschke authored
Otherwise the headers from `JSONResponse` are gone and the Content-Type of the response would be `text/html` instead of `application/json; charset=utf-8`. This leads to broken scripts since we set the `nosniff` tag, furthermore this is very bad from a security PoV.
-
Thomas Müller authored
Remove workaround for 5.3
-
Thomas Müller authored
App dependencies php version
-
Björn Schießle authored
[encryption] remove check for PHP version
-
Robin Appelman authored
-
Bjoern Schiessle authored
-
Morris Jobke authored
Bower jstz
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
some more unit tests on xml info parser
-
Thomas Müller authored
-
Thomas Müller authored
-
Thomas Müller authored
-
Bjoern Schiessle authored
-
Lukas Reschke authored
Function is natively available with 5.4
-
Morris Jobke authored
-
Lukas Reschke authored
🍻 -
Morris Jobke authored
-
Jenkins for ownCloud authored
-
- 03 Dec, 2014 8 commits
-
-
Thomas Müller authored
fix typo in license header
-
Bjoern Schiessle authored
-
Thomas Müller authored
Replace uniqid calls with $this->getUniqueID so tests pass again on windows
-
Thomas Müller authored
drop files_external tests from autotest - they will be executed with aut...
-
Joas Schilling authored
Update autotest.cmd
-
Lukas Reschke authored
Officially deprecate passwordsalt
-
Morris Jobke authored
drop files_external tests from autotest - they will be executed with autotest-external.sh which is coming
-
Morris Jobke authored
[encryption] reorganize folder structure (second try to make Jenkins happy)
-