Nextcloud bot
95a0714973
[tx-robot] updated from transifex
9 years ago
Jan-Christoph Borchardt
b709d59a1e
Add app icons for Comments and Tags ( #579 )
* add icon for Comments app
* add icon for Tags app
9 years ago
Morris Jobke
0e5114ddd7
Move template to workflowengine app
9 years ago
Morris Jobke
8c31ac57ce
create an operation based on the correct model
9 years ago
Morris Jobke
2f42a3fc31
Add workflowengine
9 years ago
Julius Haertl
d58ff68531
Theming: Fix preview and center alignment of logo
9 years ago
Morris Jobke
8fd7edb2c8
Add proper scope to files external CSS
* for select2
9 years ago
Arthur Schiwon
686cb599b6
fix autoloading in LPAP integration tests, resolves #544
9 years ago
Robin Appelman
f18338d932
fix test
9 years ago
Morris Jobke
59b87fade5
Fix error message while restoring all files
* use $_POST['files'] only of ssinlge files are restored
* fixes #528
9 years ago
Nextcloud bot
7d969962db
[tx-robot] updated from transifex
9 years ago
Nextcloud bot
a20f4c432b
[tx-robot] updated from transifex
9 years ago
Nextcloud bot
e36decc12b
[tx-robot] updated from transifex
9 years ago
Jan-Christoph Borchardt
dd1a5b9ac3
Fix search box overlapping on mobile ( #450 )
* fix searchbox overlapping on mobile
* also adjust log in background color in theme
* Fix unit tests
9 years ago
Robin Appelman
2139a031e7
block user sorting in recent files
9 years ago
Robin Appelman
81e103074e
use limit instead of since when listing recent files
9 years ago
Robin Appelman
a4ba3eadd0
fix test
9 years ago
Robin Appelman
2e3114cc28
Add recent file listing
9 years ago
Lukas Reschke
8457c617e0
Adjust tests
9 years ago
Robin Appelman
b94ff97a77
add recent files api endpoint
9 years ago
Joas Schilling
7400ff05ac
Also increase the min version
9 years ago
Robin Appelman
6062b6365b
bumb compatible app versions for core apps
9 years ago
Jos Poortvliet
183d4d8e99
Update themingcontroller.php
9 years ago
Joas Schilling
398d1591ca
Use app name from stable9
9 years ago
Nextcloud bot
4b4990c48f
[tx-robot] updated from transifex
9 years ago
Joas Schilling
0215b004da
Update with robin
9 years ago
Joas Schilling
813f0a0f40
Fix apps/
9 years ago
Joas Schilling
86129a8b88
Increase app versions
9 years ago
Joas Schilling
1902105b5f
Change the app name
9 years ago
Lukas Reschke
e55c1542fa
Use proper branding
Stable9 has this already
9 years ago
Nextcloud bot
b7c5a59adf
[tx-robot] updated from transifex
9 years ago
Lukas Reschke
ba4f12baa0
Implement brute force protection
Class Throttler implements the bruteforce protection for security actions in
Nextcloud.
It is working by logging invalid login attempts to the database and slowing
down all login attempts from the same subnet. The max delay is 30 seconds and
the starting delay are 200 milliseconds. (after the first failed login)
9 years ago
Lukas Reschke
a299fa38a9
[master] Port Same-Site Cookies to master
Fixes https://github.com/nextcloud/server/issues/50
9 years ago
Bjoern Schiessle
1ab1e000e8
move closing div to the right place
9 years ago
Vincent Petry
631af42b3a
Added storage tests for fopen with special chars
This makes it possible to test special chars with unit tests.
There is already a test for directories but there was none for file
names.
10 years ago
Vincent Petry
d372836efc
Fix overwriting folders on rename with SFTP
This aligns the behavior with other storages and also fixes the failing
unit test testRenameOverWriteDirectory
10 years ago
Vincent Petry
e5c4f53eea
Cast share id to string ( #25402 )
9 years ago
Thomas Müller
4d67429cf0
Use an icon to set the email instead of a button with string
9 years ago
Thomas Müller
daaa3ded8d
Add clipboard button to public share link
9 years ago
Aaron Wood
7c0de08cc4
Escape special characters ( #25429 )
* Escape LIKE parameter
* Escape LIKE parameter
* Escape LIKE parameter
* Escape LIKE parameter
* Escape LIKE parameter
* Use correct method in the AbstractMapping class
* Change the getNamesBySearch method so that input can be properly escaped while still supporting matches
* Don't escape hardcoded wildcard
9 years ago
Thomas Müller
e795f7b106
Change load order of auth backends so that we can throw an exception in OCA\DAV\Connector\Sabre\Auth - fixes #25362 ( #25476 )
9 years ago
Joas Schilling
45c99c226b
Fix the HTML encoding when uploading a folder in FF when using french l10n
9 years ago
Nextcloud bot
4a963c21ff
[tx-robot] updated from transifex
9 years ago
Nextcloud bot
b23d3c6418
[tx-robot] updated from transifex
9 years ago
Roeland Jago Douma
773250be24
Cleanup coding style
9 years ago
Roeland Jago Douma
1c5e082ee1
Add eventdispatcher to public link view
9 years ago
Roeland Jago Douma
ea3035aa0e
Move JS inclusion to Controller
* This way we can easier load files conditionally
9 years ago
Roeland Jago Douma
ff54141639
Move SetupFromToken to ShareManager
9 years ago
Joas Schilling
54708f97a1
Fix non-existing exception class
10 years ago
Joas Schilling
7c039bcbf6
Allow apps to register SystemTags plugins
10 years ago