Nextcloud bot
6cc26efbc5
[tx-robot] updated from transifex
9 years ago
Roeland Jago Douma
30ac7ec2bf
Merge pull request #5004 from nextcloud/bugfix/fix_replacing_4mbunicode_for_calendar_properties_table
fix replacing of 4MB Unicode Chars in cal props table
9 years ago
Roeland Jago Douma
250db249b5
Merge pull request #5042 from nextcloud/external-get-for-group-sql-type
use the correct param type when getting external storages for groups
9 years ago
Roeland Jago Douma
3aee260737
Merge pull request #4969 from nextcloud/fix-broken-activity-avatars-with-external-users
Fix username and avatar for external users
9 years ago
Nextcloud bot
9c8a838624
[tx-robot] updated from transifex
9 years ago
Robin Appelman
0baeec170e
use the correct param type when getting external storages for groups
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Joas Schilling
1efd961476
Merge pull request #5010 from nextcloud/fix-starting-lower-case-letter-in-tooltip-of-theming-app
Fix starting lower case letter in tooltip of Theming app
9 years ago
Roeland Jago Douma
9fdc64e0b6
Merge pull request #5014 from nextcloud/update-opcache-recommendation
Update Opcache recommendation
9 years ago
Roeland Jago Douma
cc5393f536
Merge pull request #5016 from nextcloud/reset-opcache-on-updater-page-load
Reset opcache if update is detected
9 years ago
Joas Schilling
ecd299e8de
Merge pull request #5023 from nextcloud/version_bump
We are working on 13 now!
9 years ago
Joas Schilling
3ec9d91bd0
Split multi-author entries
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
bc8fbc1a67
Bump app versions as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
fdfe8f7f15
Adjust version requirement
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Morris Jobke
e102923a97
Merge pull request #5000 from nextcloud/phil-davis-filename-input-tooltip
Make rename file tooltip error text change
9 years ago
Roeland Jago Douma
9f91fd95c0
We are working on 13 now!
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Roeland Jago Douma
43eb424da1
Merge pull request #5009 from nextcloud/update-acceptance-tests-for-issue-4921
Update acceptance tests for issue #4921
9 years ago
Nextcloud bot
462f12611c
[tx-robot] updated from transifex
9 years ago
Morris Jobke
b744639136
Reset opcache if update is detected
This even works if opcache_reset is in the disabled_functions php.ini setting.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
1fedf450ac
Update Opcache recommendation
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Lukas Reschke
1db93ec7c5
Merge pull request #5007 from nextcloud/fix_scss_cache
Fix scss cache
9 years ago
Roeland Jago Douma
3cec5ee8c5
Increase version
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Roeland Jago Douma
32f5c028a0
Set SCSS dependencies to memcache on compile
Else when an upgrade happens we will recompile all the SCSS files all
the time (until the cache expires).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Lukas Reschke
5b39c6fdd0
v12.0.0
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Daniel Calviño Sánchez
41412088db
Update acceptance tests for issue #4921
Acceptance tests opened the details view by clicking on the middle of
the file row, but due to the changes made in issue #4921 that now opens
the file instead; this commit updates the acceptance tests to open the
details view through the "Details" item in the file actions menu.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
9 years ago
Georg Ehrke
4b5379309e
fix replacing of 4MB Unicode Chars in cal props table
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
9 years ago
Phil Davis
2b2f27486a
Make new file file tooltip error text change
Signed-off-by: Phil Davis <phil@jankaritech.com>
9 years ago
Phil Davis
ca1d41e077
Make rename file tooltip error text change
Signed-off-by: Phil Davis <phil@jankaritech.com>
9 years ago
Morris Jobke
6521b6e9a0
Merge pull request #4983 from nextcloud/master-oauth-not-disable
Mark OAuth app as always enabled
9 years ago
Nextcloud bot
c677f49469
[tx-robot] updated from transifex
9 years ago
Morris Jobke
2dbd389bdb
Merge pull request #4997 from nextcloud/federated-share-fix
fix for sharing
9 years ago
Morris Jobke
0dae4946cf
Merge pull request #4854 from michaelletzgus/deferred-script-loading-v2
Make page loading faster, deferred script loading, now switchable:
9 years ago
Lukas Reschke
7a8bd73547
Fix tests
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Lukas Reschke
dfe944c272
Merge pull request #4995 from nextcloud/master-version-dump
12.0.0RC3
9 years ago
Daniel Calviño Sánchez
8a05494964
Fix starting lower case letter in tooltip of Theming app
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
9 years ago
Daniel Hansson
119e8474b6
fix for sharing
Signed-off-by: Daniel Hansson <daniel@techandme.se>
9 years ago
Lukas Reschke
2bbf623aeb
12.0.0RC3
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Michael Letzgus
fb9f13d4c1
Make page loading faster by deferred script loading:
* Create generalized function for emmitting <script defer src=""> tags to templates
* Remove type attribute from inline_js
* Add defer attribute to external <script> tags
Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com>
9 years ago
Nextcloud bot
a442c86a84
[tx-robot] updated from transifex
9 years ago
Lukas Reschke
3487f62d55
Mark OAuth app as always enabled
At the moment we don't support disabling the OAuth app
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Morris Jobke
fe8c67ad23
Merge pull request #4981 from nextcloud/fix-missing-argument-2-getAppContainer-master
Fix missing argument 2 for Settings classes
9 years ago
Joas Schilling
a411adee6c
Fix missing argument 2 for Settings classes
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Björn Schießle
d7eb58f09d
Merge pull request #4943 from nextcloud/rename-secure-drop
rename secure drop back to files drop
9 years ago
Lukas Reschke
5cecaae91f
Merge pull request #4974 from nextcloud/fix-hidden-sidebar
Fixes visible sidebar even if hidden is applied
9 years ago
Lukas Reschke
2e10812898
Merge pull request #4972 from nextcloud/fix-group-restriction
Fix group restriction regression
9 years ago
Lukas Reschke
86a790a544
12.0.0RC2
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Lukas Reschke
c1c676f602
Merge pull request #4910 from nextcloud/make-the-logo-smaller-cream
Fix logo being too big on log in page, fix #4585
9 years ago
Morris Jobke
3636672fa5
Fixes visible sidebar even if hidden is applied
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Morris Jobke
c7ade85982
Fix group restriction regression
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Roeland Jago Douma
7eb8b3cec1
Merge pull request #4956 from nextcloud/endless-loop-on-invalid-asset
Stop infinit loop on invalid settings css/js file
9 years ago
Lukas Reschke
494cd2de5f
Merge pull request #4970 from franga2000/patch-1
Fixed typo
9 years ago