Roeland Jago Douma
81647a58db
Merge pull request #3931 from nextcloud/downstream-27295
Don't store empty groupids
9 years ago
Morris Jobke
bd3d57be63
Merge pull request #3930 from nextcloud/downstream-27227
Added functions to add files in local_storage
9 years ago
Morris Jobke
5979f48134
Merge pull request #3934 from nextcloud/downstream-27246
Update the occ:encrypt-all prompt
9 years ago
Morris Jobke
55df840bd9
Merge pull request #3935 from nextcloud/downstream-27293
log where a resource was not found
9 years ago
Christoph Wurst
313173dd45
Merge pull request #3936 from nextcloud/downstream-27253
Add extensionpoint to sharedialogview
9 years ago
Felix Heidecke
11f838f9e4
Add ignore_files to config,
test files against ignore_files list on upload
fix typo and indentation
Move blacklist declaration to lib/public/Files/FileInfo.php,
Rename *ignored to *blacklisted
Mocked blacklist_files for testing
Mocked blacklist_files for testing
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
24a8604426
Merge pull request #3942 from nextcloud/downstream-27264
Clear onpopstate handlers after unit tests
9 years ago
Morris Jobke
ea54afb1b6
Merge pull request #3933 from nextcloud/downstream-27258
Add percentage to user's quota info
9 years ago
Morris Jobke
ab16383853
Merge pull request #3932 from nextcloud/downstream-27273
trigger event on input autofill
9 years ago
Morris Jobke
c9231f20e9
Merge pull request #3938 from nextcloud/downstream-27201
Defining App "cron" for "Invalidating tokens older than" message
9 years ago
Christoph Wurst
8f3cb5b01c
Merge pull request #3919 from michaelletzgus/layout-fix_avatar
Fix avatar and caret position
9 years ago
noveens
5481a9b84a
checking if app exists in the FileStream now
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Sujith H
a860ee3a45
Disable empty password for user::resetpassword command using CLI
Fixes issue: https://github.com/owncloud/core/issues/25206
Signed-off-by: Sujith H <sharidasan@owncloud.com>
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
590e98a659
ownC -> Nextc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
noveens
8948f66d0e
maintenance warning printed on STDERR rather than STDOUT
redundant check removed
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Vincent Petry
703f2e6a61
Clear onpopstate handlers after unit tests
Fixes issue when running Karma tests in Firefox.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
noveens
8c27437ac0
HTTP 1.1 used when giving 403 and 404 errors while attempting to download non-existent file
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Felix Rupp
e7dc1f4326
Add postLogout hook to finish sessions from external session managers ( #27048 )
* Add postLogout hook to finish sessions from external session managers like CAS
* Add postLogout hook to finish sessions from external session managers like CAS
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
kdslkdsaldsal
fc57d4b96c
Fix malformed logging in exception
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Martin
53b8330e6d
Defining App "cron" for "Invalidating tokens older than" message #27167 ( #27201 )
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Felix Heidecke
f198d77388
Add extensionpoint to sharedialogview
Write method overriding extension
Add a list of unknowns while inputting a search term
Rename OCA.Share extension point
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Jörn Friedrich Dreyer
6b71dd11b7
log where a resource was not found
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Sergio Bertolin
190ceba22f
Added functions to add files in local_storage
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
David Toledo
aa72f0e612
Add percentage to user's quota info
* Add percentage to user's quota info
Fixes https://github.com/owncloud/core/issues/24011
* Do not show percentage if the quota is Unlimited
* translate quota
* correct condition and remove print_unescaped
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
0f2ee20885
ownC -> Nextc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Matthew Setter
d4058b73c2
Update the occ:encrypt-all prompt
The message isn't as clear, nor as succinct, as it could be.
Given that, this commit seeks to address both those points.
This commit was prompted by https://github.com/owncloud/documentation/pull/2835 .
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Jörn Friedrich Dreyer
c96486cfae
test setTagGroups with empty groupids
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Jörn Friedrich Dreyer
4e1aca4e3c
don't store empty groupids
gives an exception on oracle and shouldn't be added in the first place
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Felix Heidecke
13718b23e9
trigger event on input autofill
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Nextcloud bot
528a903a7b
[tx-robot] updated from transifex
9 years ago
Morris Jobke
540656c716
Merge pull request #3907 from nextcloud/port-more-db-stuff
Use SystemConfig instead of AllConfig for DB stuff
9 years ago
Morris Jobke
edd55b0ea9
Use SystemConfig instead of AllConfig for DB stuff
* preparation for followup PRs to clean up the DB bootstrapping
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
c02527e414
Merge pull request #3927 from nextcloud/minor-fixes
Namespace and array syntax fixes
9 years ago
Morris Jobke
d99ce3971b
Namespace and array syntax fixes
* minor fixes in preparation of a bigger DB and config PR
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Roeland Jago Douma
a1f46db793
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Roeland Jago Douma
ef789f8480
Merge pull request #3906 from nextcloud/shares-circles-2
Support Circles
9 years ago
Roeland Jago Douma
0ad4b89d41
Some code cleanup
As suggested by the inspector
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Roeland Jago Douma
4cd13e7668
Don't generate max preview twice
If you request a preview of X by Y. And after calculating X and Y are
equal to maxWidth and maxHeight then there is no reason to create a
preview of that size.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Michael Letzgus
14f465879c
Fix duplicate id "apps-management"
Change CSS from #apps-management to .apps-management
Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
9 years ago
Michael Letzgus
0df6172036
Fix avatar and caret position
* Avatar image was not vertcially aligned
* The caret was below the avatar
* The surrounding <div> exceeded the title bar
Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
9 years ago
Roeland Jago Douma
6677963902
Merge pull request #3913 from cwickert/master
DummyGetResponsePlugin: ownCloud -> Nexcloud
9 years ago
Michael Letzgus
0b6ff1706f
Fix duplicate id "apps-management"
Make duplicate id "apps-management" a class since IDs must be unique:
https://www.w3.org/TR/2011/WD-html5-20110525/elements.html#the-id-attribute
https://api.jquery.com/id-selector/
Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
9 years ago
Nextcloud bot
1983606f80
[tx-robot] updated from transifex
9 years ago
Christoph Wickert
07b35b7bae
DummyGetResponsePlugin: ownCloud -> Nexcloud
Signed-off-by: Christoph Wickert <cwickert@suse.de>
9 years ago
Lukas Reschke
1febf042d8
Merge pull request #3899 from nextcloud/issue-3662-not-sending-is-an-error
Fail when the test mail could not be sent
9 years ago
Nextcloud bot
9e1e7dac47
[tx-robot] updated from transifex
9 years ago
Lukas Reschke
3adee0f18b
Merge pull request #3898 from nextcloud/issue-3627-always-suggest-cli-url
Always suggest the overwrite.cli.url
9 years ago
Maxence Lange
69694012ab
shares-circles
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
9 years ago
Morris Jobke
3c66ad64e6
Merge pull request #3904 from nextcloud/revert-3893-downstream-27069
Revert "Add integration test for trashbin"
9 years ago
Morris Jobke
4a9ce18ced
Revert "Add integration test for trashbin"
9 years ago