summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-02-0228-40/+230
|
* [tx-robot] updated from transifexNextcloud bot2017-02-0128-54/+442
|
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-304-49/+32
|\ | | | | Login credential store
| * minor version bumpChristoph Wurst2017-01-172-2/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * always allow remembered loginChristoph Wurst2017-01-112-2/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * fix constructor params in failing testChristoph Wurst2017-01-111-6/+9
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * use login hook credentials as fallbackChristoph Wurst2017-01-111-11/+1
| | | | | | | | | | | | | | If no session token is available, we can use the credentials provided by the login hook. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * migrate 'password::sessioncredentials' extern storage auth to credential storeChristoph Wurst2017-01-111-32/+24
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2017-01-318-26/+146
| |
* | Merge pull request #2970 from nextcloud/notify-self-testMorris Jobke2017-01-3010-49/+449
|\ \ | | | | | | Add self-test for files_external:notify
| * | update autoloaderRobin Appelman2017-01-272-0/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add unit tests for smb notify backendRobin Appelman2017-01-272-0/+48
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add notify self testRobin Appelman2017-01-271-1/+36
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | switch occ files_external:notify to new notify mechanismRobin Appelman2017-01-271-10/+12
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add a more powerful notify mechanismRobin Appelman2017-01-272-39/+161
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add missing smb filesRobin Appelman2017-01-274-0/+185
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #3176 from nextcloud/default-value-datadirblizzz2017-01-303-3/+3
|\ \ \ | | | | | | | | Add proper default value for datadir
| * | | Add proper default value for datadirMorris Jobke2017-01-193-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * better safe than sorry * fixes #3091 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2017-01-3010-60/+194
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-01-296-14/+28
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-01-2862-64/+126
| | | |
* | | | Merge pull request #2822 from nextcloud/add-navigation-via-info.xmlMorris Jobke2017-01-273-12/+15
|\ \ \ \ | |_|/ / |/| | | Add navigation via info.xml (#26785)
| * | | Force to specify the nameJoas Schilling2017-01-271-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | remove unused parameters and add viewBoxMorris Jobke2017-01-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Add navigation via info.xml (#26785)Thomas Müller2016-12-223-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Read navigation information from info.xml * Load files navigation elements from info.xml * Add comment about ignoring the exception Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | [tx-robot] updated from transifexNextcloud bot2017-01-2718-4/+56
| | | |
* | | | Merge pull request #3275 from nextcloud/fix/2787/busy_also_for_creator_bugMorris Jobke2017-01-262-6/+10
|\ \ \ \ | | | | | | | | | | fix shared-as-busy events for owner
| * | | | fix shared-as-busy events for ownerGeorg Ehrke2017-01-262-6/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | Merge pull request #3272 from nextcloud/fix_user_controllerLukas Reschke2017-01-262-36/+83
|\ \ \ \ \ | | | | | | | | | | | | make sure that 'getCurrentUser' gets an array in order to manipulate the data to match the old API
| * | | | | make sure that 'getCurrentUser' gets an array in order to manipulate the ↵Bjoern Schiessle2017-01-262-36/+83
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | data to match the old API Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | Merge pull request #3160 from nextcloud/streams52Roeland Jago Douma2017-01-2610-57/+135
|\ \ \ \ \ | | | | | | | | | | | | update icewind/streams to 0.5.2
| * | | | | update icewind/streams to 0.5.2Robin Appelman2017-01-2610-57/+135
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #3265 from nextcloud/brute-force-protection-public-link-authLukas Reschke2017-01-261-0/+1
|\ \ \ \ \ | |/ / / / |/| | | | add brute force protection for public link authentication
| * | | | add brute force protection for public link authenticationBjoern Schiessle2017-01-251-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | Merge pull request #3264 from nextcloud/ldap-deny-long-dnsMorris Jobke2017-01-263-1/+16
|\ \ \ \ \ | | | | | | | | | | | | Gracefully deny users or groups with too long DNs
| * | | | | Gracefully deny users or groups with too long DNsArthur Schiwon2017-01-253-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #3162 from nextcloud/ldap-ocsMorris Jobke2017-01-255-19/+369
|\ \ \ \ \ \ | | | | | | | | | | | | | | Part 1 of LDAP Backend OCS Api
| * | | | | | fix deletion for configIDs < s10Arthur Schiwon2017-01-201-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also move ensureConfigIDExists checks into try, it might throw DB related exceptions Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | LDAP PUT command now supports setting multiple keys at onceArthur Schiwon2017-01-201-14/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | LDAP OCS Api for show configArthur Schiwon2017-01-192-0/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | test against OCS v2 insteadArthur Schiwon2017-01-191-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | add LDAP OCS Api for modifying a configurationArthur Schiwon2017-01-192-5/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | fix and extend behat testsArthur Schiwon2017-01-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | LDAP OCS Api for delete configArthur Schiwon2017-01-182-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | LDAP OCS Api for create configArthur Schiwon2017-01-185-19/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2017-01-2610-24/+44
| | | | | | |
* | | | | | | Merge pull request #3244 from nextcloud/settings-iconMorris Jobke2017-01-254-2/+11
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Settings icon for LDAP and encryption
| * | | | | | Fix testsJoas Schilling2017-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | add icon for encryption settings on personal pageMorris Jobke2017-01-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | Add icon to admin page sidebar for LDAPMorris Jobke2017-01-242-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * follow up to nextcloud/server#3151 Signed-off-by: Morris Jobke <hey@morrisjobke.de>