Nextcloud bot
d890fb5e48
[tx-robot] updated from transifex
7 years ago
Roeland Jago Douma
83679b33b8
Merge pull request #15437 from nextcloud/refactor/oc-addscript-addstyle-bundle
Move the legacy OC.addScript and OC.addStyle helpers to the bundle
7 years ago
Christoph Wurst
73f9f15607
Move the legacy OC.addScript and OC.addStyle helpers to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago
Roeland Jago Douma
fad3f1af3b
Merge pull request #15430 from nextcloud/fix/13713/logout-url
Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
7 years ago
Morris Jobke
f095bd1642
Use non-absolute logout URL to fix wrong URL in reverse proxy scenario
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago
Morris Jobke
df1f53c5c3
Merge pull request #15446 from nextcloud/fix/noid/failing-phan-tests
Run phan tests only on high memory machines
7 years ago
Morris Jobke
307220654e
Run phan tests only on high memory machines
This should fix the out of memory issues we are seeing with this job
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago
Morris Jobke
10d5af18b3
Merge pull request #15427 from nextcloud/refactor/oc-current-user-deprecate-bundle
Deprecate oc_current_user, fix usage and move currentUser to the bundle
7 years ago
Morris Jobke
a2ad5d021f
Merge pull request #15308 from nextcloud/fix/13550/logging
remove setup args from logging
7 years ago
Morris Jobke
ddff722aa4
Merge pull request #15432 from nextcloud/fix/14986/fix-public-upload
Fix public upload by also load the semaphore method
7 years ago
Joas Schilling
a79da346b6
fix class might be undefined
Co-Authored-By: blizzz <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years ago
Christoph Wurst
278c281cc9
Deprecate oc_current_user, fix usage and move currentUser to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago
Morris Jobke
a3800a6810
Merge pull request #15436 from nextcloud/refactor/oc-menu-helpers-bundle
Move OC legacy menu helpers to the bundle
7 years ago
Roeland Jago Douma
46281dc0bf
Merge pull request #15375 from nextcloud/dependabot/npm_and_yarn/build/jsdoc-3.6.0
Bump jsdoc from 3.5.5 to 3.6.0 in /build
7 years ago
Christoph Wurst
b2165059d4
Move OC legacy menu helpers to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago
Nextcloud bot
1c3adf4eff
[tx-robot] updated from transifex
7 years ago
Morris Jobke
aa47358812
Merge pull request #15302 from nextcloud/enhancement/files/table-head-sticky
Floating files header
7 years ago
Morris Jobke
21d2d86b2f
Add support for Safari
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago
Morris Jobke
8fadc82bd1
Merge pull request #15301 from nextcloud/fix/select/users-management
Fix multiselect min width
7 years ago
Morris Jobke
4cb66fd0b6
Merge pull request #15259 from nextcloud/bugfix/15256-wrong-column-type
Make access column a real boolean
7 years ago
Morris Jobke
2565e16770
Fix public upload by also load the semaphore method
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
7 years ago
Morris Jobke
efc89e4a12
Merge pull request #15426 from nextcloud/refactor/remove-singleselect
Remove unused singleselect script
7 years ago
Morris Jobke
049b92b078
Merge pull request #15420 from nextcloud/refactor/oc-constants-bundle-II
Move rest of contant-like OC props to the bundle
7 years ago
Morris Jobke
a6a8f85650
Merge pull request #15365 from nextcloud/refactor/login-chain
Refactor complex LoginController logic into a login chain of responsibility
7 years ago
Morris Jobke
90c6d58050
Merge pull request #15422 from nextcloud/fix/cssvars/edge-support
Properly set Edge < 16 as incompatible with css vars
7 years ago
Christoph Wurst
533f83104b
Remove unused singleselect script
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago
John Molakvoæ (skjnldsv)
faff807ba6
Floating files header
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years ago
John Molakvoæ (skjnldsv)
9dffc56541
Properly set Edge < 16 as incompatible with css vars
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
7 years ago
Christoph Wurst
944364d866
Move rest of contant-like OC props to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago
Christoph Wurst
170582d4f5
Add a login chain to reduce the complexity of LoginController::tryLogin
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago
Morris Jobke
5893f218c2
Merge pull request #15414 from nextcloud/refactor/oc-constants-bundle
Move OC constants to the bundle
7 years ago
Morris Jobke
20a3650a3b
Merge pull request #15413 from nextcloud/cache-update-extra-param
remove extra param in cache update call
7 years ago
Roeland Jago Douma
0e9d019a14
Merge pull request #15397 from nextcloud/fix/cssvars/edge-support
Set Edge < 16 as incompatible with css vars
7 years ago
Christoph Wurst
dae4714c83
Move OC constants to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago
Morris Jobke
ee6011d2d5
Merge pull request #13929 from nextcloud/refactor/login-bundle
Create a login bundle for login page scripts
7 years ago
Robin Appelman
6a30c65a32
remove extra param in cache update call
param was leftover from earlier iterations of the "update event"
Signed-off-by: Robin Appelman <robin@icewind.nl>
7 years ago
Christoph Wurst
3cc8c9b769
Create a login bundle for login page scripts
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago
Morris Jobke
2cfe4fdd4a
Merge pull request #15402 from nextcloud/refactor/oc-appswebroots-bundle
Move OC.appswebroots to the bundle and deprecate oc_appswebroots
7 years ago
Christoph Wurst
acf0ca1541
Move OC.appswebroots to the bundle and deprecate oc_appswebroots
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago
Morris Jobke
22f3306fd0
Merge pull request #15407 from nextcloud/remove-extra-margin-from-warning-messages-in-authenticate-page
Remove extra margin from warning messages in authenticate page
7 years ago
Morris Jobke
5c9b4db994
Merge pull request #15403 from nextcloud/refactor/oc-get-set-bundle
Move OC.get and OC.set to the bundle
7 years ago
Daniel Calviño Sánchez
7ad1b150ab
Remove extra margin from warning messages in authenticate page
In the public share authentication page the form elements appear inside
a container that uses the "warning" CSS class. When the given password
is wrong a warning message is shown inside that container; this message
uses the "warning" CSS class too, so the top margin set for ".warning"
elements need to be removed in that case.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
7 years ago
Joas Schilling
038dff3530
Merge pull request #15394 from nextcloud/bugfix/spreed-1768/authenticate-password
Allow to send the password of protected conversations
7 years ago
Christoph Wurst
ae8959af74
Move OC.get and OC.set to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago
Nextcloud bot
c60f6716b4
[tx-robot] updated from transifex
7 years ago
Arthur Schiwon
d6d1666600
remove args from logging of common-spelled methods dependent on class
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years ago
Arthur Schiwon
4ad8d0c0d8
remove setup args from logging
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
7 years ago
blizzz
0e6e2a9ac6
Merge pull request #15385 from nextcloud/bugfix/noid/broken-federated-shares
Make sure all middlewares are only registered once
7 years ago
Morris Jobke
d20bbb7a26
Merge pull request #15295 from nextcloud/refactor/oc-webroot-bundle
Move oc_webroot/OC.webroot to the bundle
7 years ago
Christoph Wurst
249a5dbdba
Move oc_webroot, OC.webroot and OC.getRootPath() to the bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
7 years ago