Commit Graph

6302 Commits

Author SHA1 Message Date
Pierre Ozoux
32e4cee00f Update .github/workflows/transifex.yml
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2020-07-27 13:42:12 +02:00
pierreozoux
2293d965ab Adds auto merge of transifex bot PRs.
Signed-off-by: pierreozoux <pierre@ozoux.net>
2020-07-27 13:34:08 +02:00
pierreozoux
c4bd1546c3 Replaces the failing commit action with PR. 2020-07-24 17:50:06 +02:00
John Molakvoæ
36a0368df8 Merge pull request #2223 from nextcloud/transifex-2
Adds automation to build catalog templates.
2020-07-24 17:26:22 +02:00
pierreozoux
a03032103d Adds automation to build catalog templates.
Signed-off-by: pierreozoux <pierre@ozoux.net>
2020-07-24 17:12:19 +02:00
Morris Jobke
e7cd0dd536 Merge pull request #2222 from nextcloud/MorrisJobke-patch-1
Add OCA\DAV\Events\SabrePluginAuthInitEvent event
2020-07-23 21:47:23 +02:00
Morris Jobke
8776c169e6 Add OCA\DAV\Events\SabrePluginAuthInitEvent event
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-23 21:47:02 +02:00
Morris Jobke
336108d7ac Merge pull request #2218 from nextcloud/backport/2217/master
[master] Escape line breaks in multiline command
2020-07-23 15:04:29 +02:00
Daniel Böhmer
fb51fbefe0 Escape line breaks in multiline command 2020-07-23 13:01:18 +00:00
Morris Jobke
e9715d0e69 Merge pull request #2212 from nextcloud/clarify-versionapp-disable
Clarify the Version “disable” option disables the app
2020-07-22 20:33:10 +02:00
Jacob Neplokh
cdfdc59516 Clarify the “disable” option disables the app
Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
2020-07-22 09:05:25 -07:00
Morris Jobke
6d89436da1 Merge pull request #2203 from Gatak/patch-2
Add jpeg quality documentation
2020-07-20 16:04:05 +02:00
Morris Jobke
d8171d21ed Update admin_manual/configuration_files/previews_configuration.rst
Co-authored-by: kesselb <mail@danielkesselberg.de>
2020-07-20 16:03:43 +02:00
John Molakvoæ
558da17429 Merge pull request #2207 from benks-io/patch-2
Repaired Bullet Points
2020-07-20 15:12:12 +02:00
benks
43e4a93b66 Update source_installation.rst
repaired Bullet Points.
2020-07-20 14:44:05 +02:00
John Molakvoæ
430f302c0a Merge pull request #2206 from brnskn/patch-2
Added missing import
2020-07-20 13:28:23 +02:00
Baran Sekin
b50e5ffa54 Added missing import
The IURLGenerator class is used at the constructor parameter, but importing that namespace was missing.

Signed-off-by: Baran Sekin <baransekin@gmail.com>
2020-07-20 12:53:08 +03:00
John Molakvoæ
b34b5d6542 Merge pull request #2205 from nextcloud/pr/Windows7-to-10-screenshot
Replace Windows 7 Screenshot with Windows 10
2020-07-20 08:28:50 +02:00
Jacob Neplokh
dae2df1e2a Replace Windows 7 Screenshot with Windows 10
Signed-off-by: Jacob Neplokh <me@jacobneplokh.com>
2020-07-19 22:32:51 -07:00
John Molakvoæ
12c0acd3fd Merge pull request #2204 from aleksandar-todorovic/patch-3
Mentions `app:remove`
2020-07-18 13:02:32 +02:00
Aleksandar Todorović
ca446dc72a Mentions app:remove
Just stumbled upon #2054, which mentions removing and installing the app again as a solution. Checked this page, which didn't mention anything about app removal.

I basically winged it with `app:remove` and it worked:

```bash
$ php occ app:remove calendar
calendar disabled
calendar removed
$ php occ app:install calendar
calendar installed
calendar enabled
```

This PR just adds app:remove under app commands list.

Signed-off-by: Aleksandar Todorović <aleksandar@sigurnost.online>
2020-07-17 15:21:41 +02:00
Christoph Wurst
cf126f82c4 Merge pull request #2201 from nextcloud/new-events
New events for typed event handling
2020-07-17 09:10:41 +02:00
Christoph Wurst
ecdb103e3f Merge pull request #2202 from nextcloud/enhancement/psr-11
Document PSR-11 integration
2020-07-16 18:46:27 +02:00
Gatak
8f1a3ef37f Add jpeg quality documentation
Added a section on how to change the default jpeg quality for generated thumbnails. Default is 90, and it is worth noting that users can change this. 

1e281bc616
b5a30d5cd6/tests/lib/ImageTest.php (L143)
2020-07-16 15:58:34 +02:00
Christoph Wurst
eb3228f05c Document PSR-11 integration
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-16 14:34:41 +02:00
Morris Jobke
3c4cfa1314 Add event for BeforeTemplateRenderedEvent
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-15 20:08:59 +02:00
Morris Jobke
9c9ed0f35f Add BeforeTemplateRenderedEvent
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-07-15 19:55:07 +02:00
Morris Jobke
2efddbfc28 Merge pull request #2198 from efie45/patch-2
Update example_ubuntu.rst
2020-07-13 13:26:08 +02:00
Ethan Fie
fc68c5902b Update example_ubuntu.rst
tar extract would not work without the -v option added to the command
2020-07-12 17:26:29 -05:00
Ethan Fie
65fb0798a9 Update example_ubuntu.rst
I'm somewhat new to the Linux world and was doing this on a fresh install of Ubuntu. I needed to run the apt update command in order to fetch package information for the following commands and get them to run/install the necessary packages. 

I also needed to start the MySQL server instance before I was able to run the listed commands.
2020-07-12 17:11:55 -05:00
Morris Jobke
8694bbe3de Merge pull request #2195 from nextcloud/kyrofa-patch-1
Actually link to snap
2020-07-09 10:02:16 +02:00
Kyle Fazzari
9f6f4442f7 Actually link to snap
That link includes details for how to install snapd if necessary. Also
add a brief blurb about what the snap actually is.

Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
2020-07-08 13:27:16 -07:00
Morris Jobke
4779dac881 Merge pull request #2139 from zwets/patch-2
Document the need to symlink apps outside server root
2020-07-06 22:30:48 +02:00
Marco van Zwetselaar
770e180bbf Document the need to symlink apps outside server root
Document that any apps path outside the server root must be symlinked from inside the server root.

Resolves issue https://github.com/nextcloud/server/issues/21292.
2020-07-06 13:38:47 +03:00
Morris Jobke
bdfe8b40cd Merge pull request #2175 from nextcloud/bugfix/noid/extend-theming-dos
Extend docs on theming with primary color
2020-07-06 10:43:38 +02:00
Joas Schilling
6b36e226c7 Extend docs on theming with primary color
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-06 10:16:22 +02:00
Morris Jobke
8e8929f342 Merge pull request #2152 from EV21/increase-php-in-config
increase php version to 7.4 in NGINX configuration example
2020-07-05 23:12:50 +02:00
Morris Jobke
f46b7ffb5f Merge pull request #2137 from Zocker1999NET/ext/apc_cli_define
admin/configuration/caching: Added possibility that apc.enable_cli is configurable for cron job call only
2020-07-05 23:12:11 +02:00
Morris Jobke
cce2355af8 Merge pull request #2148 from nathanhaines/patch-2
Update example_ubuntu.rst for Ubuntu 20.04 LTS
2020-07-05 23:09:12 +02:00
Morris Jobke
0eb6aa4646 Merge pull request #2143 from mmsaffari/patch-2
misspelled Imagemagik
2020-07-05 22:57:25 +02:00
Morris Jobke
87eaf2a7be Merge pull request #2182 from OidaTiftla/patch-2
Correct typo: emoijs -> emojis
2020-07-05 17:25:07 +02:00
OidaTiftla
6b360416ac Correct typo: emoijs -> emojis 2020-07-04 22:53:48 +02:00
Morris Jobke
0a353ed6d1 Merge pull request #2169 from therealklanni/patch-2
Add audio formats
2020-07-03 12:36:43 +02:00
Morris Jobke
e70415f882 Merge pull request #2170 from PhoenixDiscord/patch-2
Fixed a typo
2020-07-02 23:38:22 +02:00
Morris Jobke
507340de7f Merge pull request #2172 from Permanently/patch-2
Replacing 'a' with 'an'
2020-07-02 23:34:45 +02:00
Billy
9dc0bf8cd2 Replacing 'a' with 'an'
Check your grammar next time!
2020-07-01 14:41:21 +01:00
LCD
24a7bd281a Fixed a typo 2020-06-28 20:18:10 +02:00
Kevin Lanni
ad964b1a07 Add audio formats
Signed-off-by: Kevin Lanni <therealklanni@gmail.com>
2020-06-25 14:32:44 -07:00
Nextcloud bot
93d5ff8517 generate documentation from config.sample.php 2020-06-25 03:36:13 +00:00
Christoph Wurst
fa52171e71 Merge pull request #2166 from nextcloud/enhancement/dev-unified-search
Document unified search API
2020-06-24 15:38:26 +02:00