Roeland Jago Douma
4630ff536e
Add intergration tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Roeland Jago Douma
1f387ad1e6
Add unit tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Roeland Jago Douma
363963577c
Harden files drop
* Fail on MKCOL
* Only take filename ignore directories
* No need to parse query parameters
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Roeland Jago Douma
be1b2b723f
Merge pull request #2441 from nextcloud/optimize-createParentDirectories
Prevent endless loop in \OC\Files\View::createParentDirectories
9 years ago
Lukas Reschke
2ca29f709b
Add tests
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Lukas Reschke
b7f866988e
Prevent endless loop in \OC\Files\View::createParentDirectories
\OC\Files\View::createParentDirectories was previously prone to an endless loop. If a path such as /foo/existingfile.txt/bar/foo was passed and existingfile.txt existed in foo the loop was never left and running until the PHP process timed out.
This commit changes the logic to a foreach loop over an array and additionally additional error handling using is_file.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Björn Schießle
5cea7f35e1
Merge pull request #2436 from nextcloud/fix_inline_action_gone
We should always show permanent actions
9 years ago
Bjoern Schiessle
a4e2dc3033
fix mouse pointer
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
9 years ago
Roeland Jago Douma
b89aafc241
We should always show permanent actions
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Lukas Reschke
de807fd882
Merge pull request #2416 from nextcloud/cache_all_avatar_responses
Cache all avatar responses
9 years ago
Lukas Reschke
1eab2a63c6
Merge pull request #2423 from nextcloud/fix-language-names
Fix naming of languages
9 years ago
Roeland Jago Douma
e4fa5b28a3
Merge pull request #2430 from nextcloud/avatar_changelog
Add avatar info to changelog
9 years ago
Lukas Reschke
a87638c6ab
Merge pull request #2371 from nextcloud/issue-2369-add-share-indicator-for-mail-shares
Add share indicator for mail shares
9 years ago
Roeland Jago Douma
220452e943
Merge pull request #2425 from nextcloud/show-real-apps-rating
Show app store rating only for 5+ votes
9 years ago
Roeland Jago Douma
22150ce479
Add avatar info to changelog
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Nextcloud bot
4ca7f9c896
[tx-robot] updated from transifex
9 years ago
Morris Jobke
9f27c2b3e7
Show app store rating only for 5+ votes
* shows the rating of an app only if a given amount of ratings are given
* fixes #2001
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Robin Appelman
d7dd399bbd
Merge pull request #2422 from nextcloud/text-preview-debug
remove js debug statements in sidebar text preview generator
9 years ago
Morris Jobke
01a62dee30
Language
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Nextcloud bot
f075c22c72
[tx-robot] updated from transifex
9 years ago
Morris Jobke
a730fafe2b
Merge pull request #2419 from nextcloud/issue-template-location
fix issue template location
9 years ago
Robin Appelman
7fc118e8ea
remove js debug statements in sidebar text preview generator
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Lukas Reschke
a439b452eb
Merge pull request #2415 from nextcloud/fix_encrypted_trash_previews
Ignore AppData in encryption wrapper
9 years ago
Lukas Reschke
c8c5865301
Merge pull request #2417 from nextcloud/fix-password-change-in-user-mgt
Fix password change in user management
9 years ago
Robin Appelman
6c9855dae4
fix issue template location
Fixes #2418
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Roeland Jago Douma
f15ea9ec05
Merge pull request #2406 from nextcloud/move-dav-activities-to-new-api
Move dav activities to new api
9 years ago
Morris Jobke
0b4ff4f747
Fix password change in user management
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Joas Schilling
b4d76b16b4
Add tests for the base provider
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
2854e2f413
Move generic tests into namespace
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
ad10c5c4b4
Deduplicate the provider code
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Roeland Jago Douma
542f1a7e0b
Merge pull request #2405 from nextcloud/add-avatar-job-once
Execute MoveAvatars repair step only once
9 years ago
Morris Jobke
86168c8ea7
Merge pull request #1446 from nextcloud/fix-mail-design
Fix mail design
9 years ago
Joas Schilling
de1cb1ec32
Add unit tests for ISetting instances
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
56f45e4960
Add tests for the filters
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Morris Jobke
62ec31eb7b
Merge pull request #2152 from nextcloud/preview_cleanupjob
Adds background job to cleanup all previews.
9 years ago
Lukas Reschke
6458b5adb5
Merge pull request #2414 from nextcloud/version_previews
Fix empty version previews
9 years ago
Roeland Jago Douma
5c602f3217
Cache all avatar responses
* Cache for 30 minutes
* Also cache when avatar can't be found
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Roeland Jago Douma
05b86faccc
Display link share icon when toggling share
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Joas Schilling
09e5e38591
Add an icon when the file is shared by mail
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
73007c401e
Also return the ShareByMail provider when getting all
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
1aa874e4e3
Also get infos about email shares
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
15ca00c66e
Make sure the app is loaded in dav
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Roeland Jago Douma
cd52b98ec7
Merge pull request #2409 from nextcloud/fix-1470
log exception about user not present on LDAP on login only if logleve…
9 years ago
Roeland Jago Douma
869ae38bea
Merge pull request #2105 from nextcloud/focus-tags-input-on-toggle
Focus the input after clicking the "Tags" label
9 years ago
Roeland Jago Douma
8e361b723c
Fix minor mail issues
* a nextcloud
* Strong username & url
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Nextcloud bot
41dcceeb35
[tx-robot] updated from transifex
9 years ago
Morris Jobke
224c89c1b8
Remove leftovers from #1929
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
01867b42d4
Update sharedbymail template
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Felix Epp
6aa79cacfd
Fix mail header logo [ fixes #1326 ]
Signed-off-by: Felix A. Epp <work@felixepp.de>
9 years ago
Roeland Jago Douma
2fd1cf2e92
Ignore AppData in encryption wrapper
Fixes part of #2407
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago