aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10480 from nextcloud/bugfix/10420/settingsRoeland Jago Douma2018-08-022-6/+4
|\ | | | | Settings design polishing
| * Fix encryption admin section testsJulius Härtl2018-08-021-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move encryption settings to securityJulius Härtl2018-08-011-4/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Append cache bump parameter to scss files URLJulius Härtl2018-08-011-1/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #10444 from ↵blizzz2018-07-311-1/+1
|\ | | | | | | | | nextcloud/feature/noid/allow-to-filter-unread-count-by-verb Allow to filter the unread count by verb
| * Allow to filter the unread count by verbJoas Schilling2018-07-301-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix duplicate inserts in the 2fa provider registry DAOChristoph Wurst2018-07-311-0/+19
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Ignore custom prefixes which are longerJoas Schilling2018-07-271-10/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix calculation of default nameJoas Schilling2018-07-271-3/+60
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add unit testsJoas Schilling2018-07-271-1/+293
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix testsJulius Härtl2018-07-261-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #9222 from ↵Morris Jobke2018-07-251-0/+4
|\ | | | | | | | | nextcloud/feature/noid/search-for-files-by-comments Allow to search files by comments
| * Add pagination supportJoas Schilling2018-07-251-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Allow to search by commentsJoas Schilling2018-07-251-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #10377 from nextcloud/sccs-cache-iscachedMorris Jobke2018-07-252-4/+20
|\ \ | |/ |/| cache isCached state for scss resources
| * Fix unit tests to pass the folder now via the appData dependencyMorris Jobke2018-07-251-2/+8
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * cache isCached state for scss resourcesRobin Appelman2018-07-242-2/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #10238 from ↵Morris Jobke2018-07-241-0/+436
|\ \ | |/ |/| | | | | nextcloud/add-support-for-sending-the-password-for-a-share-by-nextcloud-talk Add support for sending the password for a share by Nextcloud Talk
| * Honour "sendPasswordByTalk" property in mail sharesDaniel Calviño Sánchez2018-07-241-0/+436
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a password was set for a mail share an e-mail was sent to the recipient with the password. Now the e-mail is no longer sent if the password is meant to be sent by Talk. However, before the e-mail was not sent when the share was updated but the password was not changed. Now an e-mail is sent in that case too if switching from a password sent by Talk to a password sent by mail. On the other hand, when switching from a password sent by mail to a password sent by Talk it is mandatory to change the password; otherwise the recipient would already have access to the share without having to call the sharer to verify her identity. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | new testsJohn Molakvoæ (skjnldsv)2018-07-241-2/+27
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix unit testsBjoern Schiessle2018-07-211-4/+48
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Fix unit testsRoeland Jago Douma2018-07-191-6/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Php code bumpJohn Molakvoæ (skjnldsv)2018-07-191-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-194-4/+173
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #10230 from nextcloud/feature/shareoverviewMorris Jobke2018-07-171-134/+181
|\ | | | | Feature/shares overview
| * Fixed phpunitJohn Molakvoæ (skjnldsv)2018-07-131-134/+181
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #5280 from nextcloud/shared-with-display-nameMorris Jobke2018-07-131-0/+17
|\ \ | | | | | | sharedWithDisplayName & sharedWithAvatar
| * | testsMaxence Lange2018-05-211-0/+17
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* | | Merge pull request #10110 from nextcloud/feature/100500/whats-new-info-usersMorris Jobke2018-07-133-2/+165
|\ \ \ | |_|/ |/| | Display What's New info to users
| * | Backend work to provide NC whats New info to usersArthur Schiwon2018-07-053-2/+165
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Separate fopen into read and write methodsJulius Härtl2018-07-111-3/+11
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add fopen method to ISimpleFileJulius Härtl2018-07-111-0/+8
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #10116 from nextcloud/lock-negativeMorris Jobke2018-07-061-0/+12
|\ \ \ | | | | | | | | prevent lock values from going negative with memcache backend
| * | | prevent lock values from going negative with memcache backendRobin Appelman2018-07-051-0/+12
| |/ / | | | | | | | | | | | | | | | | | | | | | This can be caused by the code releasing more locks then it acquires, once the lock value becomes negative it's likely that it will never be able to change into an exclusive lock again. Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #9791 from nextcloud/3rdparty/noid/bump_swiftmailerJoas Schilling2018-07-062-23/+14
|\ \ \ | |/ / |/| | Upgrade to swiftmailer-6
| * | Fix settings testsRoeland Jago Douma2018-07-041-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Swift to \Swift_Mailer as abstractionRoeland Jago Douma2018-07-041-21/+12
| | | | | | | | | | | | | | | | | | | | | * \Swift_Mailer handles starting the transport etc properly * Fixed tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | always enable cloud federation apiBjoern Schiessle2018-07-022-2/+11
|/ / | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #10048 from nextcloud/feature/9760/systemd-loggerblizzz2018-06-302-0/+16
|\ \ | | | | | | Systemd Logger
| * | whitelist audit.logArthur Schiwon2018-06-291-0/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | Added a logger for systemd/journaldJohannes Ernst2018-06-291-0/+15
| | | | | | | | | | | | | | | | | | Added a unit test Signed-off-by: Johannes Ernst <jernst@indiecomputing.com>
* | | Fix testsJulius Härtl2018-06-291-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #8854 from nextcloud/drop-old-sharing-codeMorris Jobke2018-06-292-355/+1
|\ \ \ | |/ / |/| | Get rid of shareItem
| * | Get rid of shareItemMorris Jobke2018-05-232-355/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | adjust testsArthur Schiwon2018-06-291-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | adjust backend and gui to update and changelog serverArthur Schiwon2018-06-292-6/+348
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | adjust testsArthur Schiwon2018-06-291-0/+6
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #5623 from nextcloud/locale-settingMorris Jobke2018-06-291-37/+39
|\ \ \ | | | | | | | | Add user locale/region setting
| * | | Add testsThomas Citharel2018-06-271-37/+39
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #9773 from nextcloud/feature/noid/resource_bookingMorris Jobke2018-06-292-0/+188
|\ \ \ \ | | | | | | | | | | resource booking