Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-06-05 | 12 | -16/+204 | |
| | ||||||
* | simplify getGroups, fixing wrong chunking logic | Arthur Schiwon | 2020-05-27 | 1 | -50/+7 | |
| | | | | | | pagination is taken care of properly in the search logic in Access class Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | fixes infinitely repeating LDPA search results with PHP <= 7.2 | Arthur Schiwon | 2020-05-26 | 1 | -0/+6 | |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-05-01 | 2 | -4/+4 | |
| | ||||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 50 | -14/+54 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-29 | 2 | -0/+56 | |
| | ||||||
* | Merge pull request #20676 from clementhk/ldap-group | blizzz | 2020-04-28 | 1 | -3/+3 | |
|\ | | | | | Don't remove last user in ldap group when limit is -1 | |||||
| * | Don't remove last user in ldap group when limit is -1 | Clement Wong | 2020-04-27 | 1 | -3/+3 | |
| | | | | | | | | Signed-off-by: Clement Wong <git@clement.hk> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-28 | 2 | -0/+4 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-25 | 2 | -0/+2 | |
| | ||||||
* | Merge pull request #19919 from nextcloud/enh/noid/ldpa_group_perf | blizzz | 2020-04-24 | 10 | -206/+428 | |
|\ | | | | | LDAP Group Backend optimizations | |||||
| * | formatting | Arthur Schiwon | 2020-04-23 | 8 | -144/+254 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
| * | do not rerun expensive sanitizer against already processed DNs | Arthur Schiwon | 2020-04-17 | 1 | -4/+18 | |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
| * | read records from DB for lists at once, not one by one. | Arthur Schiwon | 2020-04-17 | 5 | -36/+128 | |
| | | | | | | | | | | | | Keep a runtime cache of dn-id-mapping Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
| * | don't circulate with only one backend | Arthur Schiwon | 2020-04-17 | 3 | -4/+29 | |
| | | | | | | | | | | | | | | - saves some overhead costs - in some occasions saves LDAP requests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
| * | consolidate groupsMatchFilter in groupsExist | Arthur Schiwon | 2020-04-17 | 2 | -44/+25 | |
| | | | | | | | | | | | | | | - less duplication - profiting of the same cache entry Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | Merge pull request #20536 from ↵ | Morris Jobke | 2020-04-22 | 1 | -1/+0 | |
|\ \ | | | | | | | | | | | | | nextcloud/fix/noid/ldap-73api-read-wo-pagedresults do not run paged results against ldap_read ops on PHP7.3+ | |||||
| * | | do not run paged results against ldap_read ops on PHP7.3+ | Arthur Schiwon | 2020-04-21 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - previously it was needed as the PHP LDAP handling of paged results was strange - but now the read operation would fail, e.g. with extra home dir attribute set ("Home dir attribute can't be read from LDAP for uid: foobar" Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | | Merge pull request #20114 from ↵ | Roeland Jago Douma | 2020-04-21 | 1 | -7/+7 | |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/techdebt/noid/allow-some-apps-to-have-root-urls Allow some apps to have root URLs in their own routing file | |||||
| * | | Fix legacy routes | Joas Schilling | 2020-04-18 | 1 | -7/+7 | |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-21 | 2 | -4/+4 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-20 | 2 | -2/+2 | |
|/ | ||||||
* | PHP-CS-Fixer green | Roeland Jago Douma | 2020-04-16 | 7 | -32/+34 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-16 | 2 | -8/+8 | |
| | ||||||
* | use serverControls directly with LDAP calls, fixes 19127 | Arthur Schiwon | 2020-04-14 | 14 | -225/+682 | |
| | | | | | | | | - adapters for PHP API version to Support PHP < 7.3 - switch to pass only one base per search - cookie logic is moved from Access to API adapters Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-13 | 2 | -6/+6 | |
| | ||||||
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -0/+1 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 5 | -17/+17 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 2 | -8/+8 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Add visibility to all properties and move static keyword | Christoph Wurst | 2020-04-10 | 3 | -4/+4 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 88 | -1031/+986 | |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 15 | -44/+44 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-10 | 2 | -8/+8 | |
| | ||||||
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanup | Christoph Wurst | 2020-04-09 | 15 | -27/+27 | |
|\ | | | | | Remove all extra whitespace PSR2 does not like | |||||
| * | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 3 | -5/+5 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
| * | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 13 | -22/+22 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywords | Christoph Wurst | 2020-04-09 | 1 | -1/+1 | |
|\ \ | |/ |/| | Use php keywords in lowercase | |||||
| * | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 19 | -99/+99 | |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 16 | -15/+1 | |
| | | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 16 | -108/+108 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 6 | -38/+38 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-08 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-04-05 | 2 | -0/+2 | |
| | ||||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 41 | -3/+42 | |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-30 | 2 | -2/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-29 | 2 | -4/+4 | |
| | ||||||
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 4 | -4/+0 | |
|\ | | | | | Remove unused imports | |||||
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 4 | -4/+0 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | |||||
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 41 | -377/+377 | |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |