Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
206 commits
Select commit Hold shift + click to select a range
aab8a34
Allow sharing websites with groups without sharing source files
PhrozenByte Dec 14, 2019
365b97d
Merge branch 'master' into cms_pico-1.1
PhrozenByte Apr 13, 2020
2b58210
Update to PHP 7.1+
PhrozenByte Jan 17, 2020
80941b7
Split WebsiteCore::getOptions() to WebsiteCore::getOptionsJSON()
PhrozenByte Jan 17, 2020
0932f9f
Add DummyPlugin example plugin
PhrozenByte Apr 11, 2020
8ff7029
Various small improvements
PhrozenByte Apr 13, 2020
124ac7c
Require Nextcloud 18+ and PHP 7.2+
PhrozenByte Jun 14, 2020
d2776ed
Remove pre-NC18 workarounds
PhrozenByte Jun 14, 2020
9e82c90
Replace various substr() calls by more efficient counterparts
PhrozenByte Jun 14, 2020
845bae7
Merge branch 'master' into cms_pico-1.1
PhrozenByte Oct 10, 2020
e6357de
Merge branch 'master' into cms_pico-1.1
PhrozenByte Nov 28, 2020
60102da
Fix code formatting
PhrozenByte Nov 28, 2020
80d242f
Merge branch 'master' into cms_pico-1.1
PhrozenByte Nov 28, 2020
e36b3c1
Merge branch 'master' into cms_pico-1.1
PhrozenByte Feb 28, 2021
0c61cef
Allow editing website names by double clicking them
PhrozenByte Feb 28, 2021
850f58a
Add OCA.CMSPico.Editable for editable website names
PhrozenByte Mar 3, 2021
7a23e59
Merge branch 'master' into cms_pico-1.1
PhrozenByte Mar 6, 2021
bb6b826
Code cleanup
PhrozenByte Mar 6, 2021
2530df8
Merge WebsitesRequestBuilder into WebsitesRequest
PhrozenByte Mar 31, 2021
cd064c3
Merge branch 'master' into cms_pico-1.1
PhrozenByte Apr 8, 2021
a00542b
Fix DummyPluginFile
PhrozenByte Apr 8, 2021
4d066be
Code cleanup
PhrozenByte Apr 8, 2021
7a37365
Include website timezone in getPersonalWebsites() response
PhrozenByte Apr 8, 2021
3e6f40e
Merge branch 'master' into cms_pico-1.1
PhrozenByte Jun 30, 2021
984eb55
l10n: Spelling unification
Valdnet Nov 23, 2021
651084f
l10n: Spelling unification
Valdnet Nov 23, 2021
a4fdb37
l10n: Spelling unification
Valdnet Nov 23, 2021
f6c0bfc
l10n: Separate words
Valdnet Nov 23, 2021
0c7698d
l10n: Separate words
Valdnet Nov 23, 2021
3340541
l10n: Spelling unification
Valdnet Nov 23, 2021
a29b174
l10n: Separate words
Valdnet Nov 23, 2021
284c93f
Merge branch 'master' into cms_pico-1.1
PhrozenByte Jan 17, 2022
d3c3c30
Fix removal of WebsitesRequestBuilder
PhrozenByte Jan 17, 2022
4c03518
Remove direct usage of WebsiteCore::TYPE_*
PhrozenByte Jan 17, 2022
e70d705
Composer: Whitelist picocms/composer-installer plugin
PhrozenByte Jan 17, 2022
e275728
Code cleanup
PhrozenByte Jan 17, 2022
5faacb0
Bump version
PhrozenByte Jan 17, 2022
001b7d2
l10n: Combine words
Valdnet Jan 17, 2022
30cc82c
Merge pull request #185 from nextcloud/Valdnet-patch-1
Valdnet Jan 20, 2022
4bd63fc
Merge pull request #99 from nextcloud/cms_pico-1.1
PhrozenByte Feb 1, 2022
296fe26
[tx-robot] updated from transifex
nextcloud-bot Feb 2, 2022
f8e3cff
CI: Drop PHP 7.3 for Nextcloud 24 dev
PhrozenByte Feb 2, 2022
079de42
[tx-robot] updated from transifex
nextcloud-bot Feb 3, 2022
2dc05ce
[tx-robot] updated from transifex
nextcloud-bot Feb 4, 2022
19abc35
Update Composer dependencies
PhrozenByte Feb 6, 2022
090a58f
[tx-robot] updated from transifex
nextcloud-bot Feb 19, 2022
db60b6a
[tx-robot] updated from transifex
nextcloud-bot Feb 22, 2022
aa3b149
[tx-robot] updated from transifex
nextcloud-bot Feb 24, 2022
6b84e05
[tx-robot] updated from transifex
nextcloud-bot Feb 28, 2022
7ba6902
Add POST routes for websites
PhrozenByte Mar 11, 2022
738e9a1
Add Website::setGroupAccess() and Website::getGroubAccess()
PhrozenByte Mar 11, 2022
00c2c4c
Add WebsitesService::getWebsites()
PhrozenByte Mar 11, 2022
f3f1d25
GroupDeletedEventListener: Remove matching group shares on group dele…
PhrozenByte Mar 12, 2022
dd81fad
PicoAssetResponse::cacheFor(): Add $immutable parameter
PhrozenByte Mar 15, 2022
f98461d
CI: Fix 'test' workflow not running on pull requests
PhrozenByte Mar 16, 2022
cf0da5f
[tx-robot] updated from transifex
nextcloud-bot Mar 19, 2022
552c871
Replace deprecated String.prototype.substr()
CommanderRoot Mar 24, 2022
3bccddc
Merge pull request #196 from CommanderRoot/refactor/rm-deprecated-substr
PhrozenByte Mar 24, 2022
59ed892
Makefile: Switch to GitHub CLI to create GitHub releases
PhrozenByte Mar 24, 2022
e9125ed
Add human-readable error messages to most exceptions
PhrozenByte Mar 27, 2022
a70d7bd
Add missing copyright header to GlobIterator
PhrozenByte Mar 27, 2022
26050b3
PicoAssetResponse: Fix formatting of Cache-Control header
PhrozenByte Mar 27, 2022
5426eed
[tx-robot] updated from transifex
nextcloud-bot Mar 29, 2022
0f82a75
[tx-robot] updated from transifex
nextcloud-bot Mar 30, 2022
7502a73
[tx-robot] updated from transifex
nextcloud-bot Mar 31, 2022
baa090a
Add StorageUserFolder class
PhrozenByte Mar 31, 2022
f839e27
PHPUnit: Makes unit tests less error-prone on dev setups
PhrozenByte Mar 31, 2022
91c768d
Add StorageScanner class
PhrozenByte Mar 31, 2022
85bc68f
[tx-robot] updated from transifex
nextcloud-bot Apr 3, 2022
78926b9
[tx-robot] updated from transifex
nextcloud-bot Apr 5, 2022
7fec685
[tx-robot] updated from transifex
nextcloud-bot Apr 6, 2022
6dbe55b
[tx-robot] updated from transifex
nextcloud-bot Apr 9, 2022
f4cdf08
[tx-robot] updated from transifex
nextcloud-bot Apr 15, 2022
9ff5f69
[tx-robot] updated from transifex
nextcloud-bot Apr 23, 2022
1fe7b1e
[tx-robot] updated from transifex
nextcloud-bot Apr 24, 2022
e7527ed
[tx-robot] updated from transifex
nextcloud-bot Apr 28, 2022
cf2fbe3
Drop support of Nextcloud 21, add Nextcloud 24
PhrozenByte May 2, 2022
ae89814
CI: Drop Nextcloud code checks
PhrozenByte May 2, 2022
afc9502
[tx-robot] updated from transifex
nextcloud-bot May 4, 2022
9379dfc
[tx-robot] updated from transifex
nextcloud-bot May 5, 2022
674131d
[tx-robot] updated from transifex
nextcloud-bot May 6, 2022
493b592
[tx-robot] updated from transifex
nextcloud-bot May 19, 2022
0bbfd96
[tx-robot] updated from transifex
nextcloud-bot May 24, 2022
b87bbbb
[tx-robot] updated from transifex
nextcloud-bot May 29, 2022
3a183ad
[tx-robot] updated from transifex
nextcloud-bot Jul 8, 2022
ae9aadc
[tx-robot] updated from transifex
nextcloud-bot Jul 26, 2022
ae60c5a
[tx-robot] updated from transifex
nextcloud-bot Aug 3, 2022
ff12b93
[tx-robot] updated from transifex
nextcloud-bot Aug 6, 2022
bfbcaed
[tx-robot] updated from transifex
nextcloud-bot Aug 10, 2022
e7806b0
[tx-robot] updated from transifex
nextcloud-bot Aug 14, 2022
ebf96ee
[tx-robot] updated from transifex
nextcloud-bot Aug 24, 2022
0f3fc2c
[tx-robot] updated from transifex
nextcloud-bot Aug 31, 2022
9f65629
[tx-robot] updated from transifex
nextcloud-bot Sep 2, 2022
3cc18cc
[tx-robot] updated from transifex
nextcloud-bot Sep 6, 2022
9a62d56
[tx-robot] updated from transifex
nextcloud-bot Sep 7, 2022
84590e4
[tx-robot] updated from transifex
nextcloud-bot Sep 20, 2022
85e33e8
[tx-robot] updated from transifex
nextcloud-bot Sep 22, 2022
cd89119
[tx-robot] Update transifex configuration
nextcloud-bot Oct 1, 2022
553fa39
[tx-robot] updated from transifex
nextcloud-bot Oct 1, 2022
e05ffc3
[tx-robot] updated from transifex
nextcloud-bot Oct 7, 2022
8399f48
[tx-robot] updated from transifex
nextcloud-bot Oct 8, 2022
d6b3af2
[tx-robot] updated from transifex
nextcloud-bot Oct 17, 2022
4d51c3e
[tx-robot] updated from transifex
nextcloud-bot Oct 25, 2022
4feb9b9
[tx-robot] updated from transifex
nextcloud-bot Nov 2, 2022
eb7382a
[tx-robot] updated from transifex
nextcloud-bot Nov 19, 2022
9fcba81
[tx-robot] updated from transifex
nextcloud-bot Nov 23, 2022
26b58d3
[tx-robot] updated from transifex
nextcloud-bot Nov 29, 2022
ba668b7
[tx-robot] updated from transifex
nextcloud-bot Dec 9, 2022
db2a01f
[tx-robot] updated from transifex
nextcloud-bot Dec 13, 2022
cf9edc1
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Dec 21, 2022
0a407ad
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Dec 24, 2022
78f41ef
HTMLPurifier: Allow target="_blank" links in Markdown files
PhrozenByte Oct 22, 2022
f4dfdac
Merge branch 'cms_pico-1.0'
PhrozenByte Jan 5, 2023
79e5211
Update Fontello
PhrozenByte Jan 5, 2023
081fc7a
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Jan 22, 2023
3c95206
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Jan 24, 2023
66852b9
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Jan 28, 2023
acbe420
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Jan 31, 2023
721ebab
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Feb 1, 2023
3f85bf0
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Feb 4, 2023
88e70d5
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 11, 2023
0c5d907
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 14, 2023
72adce5
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Mar 30, 2023
c59057a
Fix(l10n): 🔠 Update translations from Transifex
nextcloud-bot Apr 13, 2023
71529a2
Fix(l10n): Update translations from Transifex
nextcloud-bot Apr 22, 2023
73f218f
Fix(l10n): Update translations from Transifex
nextcloud-bot Apr 25, 2023
21ad734
Fix(l10n): Update translations from Transifex
nextcloud-bot May 10, 2023
a9d9b28
Fix(l10n): Update translations from Transifex
nextcloud-bot May 12, 2023
0047926
Fix(l10n): Update translations from Transifex
nextcloud-bot May 16, 2023
9bbeacd
Fix(l10n): Update translations from Transifex
nextcloud-bot May 21, 2023
b530f7a
Fix(l10n): Update translations from Transifex
nextcloud-bot May 24, 2023
8b98f42
Fix(l10n): Update translations from Transifex
nextcloud-bot May 30, 2023
4ec922c
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 11, 2023
018a6d8
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 12, 2023
512200d
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 13, 2023
779dad1
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 14, 2023
ab2b5e8
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 16, 2023
9106a5a
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 17, 2023
73f8783
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 18, 2023
85dd26b
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 19, 2023
6b5615c
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 20, 2023
570d2cf
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 25, 2023
b28b49c
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 27, 2023
da29c4e
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 30, 2023
35a5144
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 2, 2023
8659691
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 6, 2023
2668e24
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 7, 2023
773fc36
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 8, 2023
ebcf078
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 9, 2023
c7d00aa
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 13, 2023
645755d
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 14, 2023
80020ce
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 15, 2023
7af59cd
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 19, 2023
2304891
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 20, 2023
1f35ac3
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 26, 2023
73365d8
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 28, 2023
bcd2e69
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 29, 2023
2fe2ae3
Fix(l10n): Update translations from Transifex
nextcloud-bot Jul 31, 2023
73552bb
Fix(l10n): Update translations from Transifex
nextcloud-bot Aug 4, 2023
bdc8872
Fix(l10n): Update translations from Transifex
nextcloud-bot Aug 5, 2023
7796ad3
Fix(l10n): Update translations from Transifex
nextcloud-bot Aug 8, 2023
52afe1a
Fix(l10n): Update translations from Transifex
nextcloud-bot Aug 12, 2023
df809b6
Fix(l10n): Update translations from Transifex
nextcloud-bot Sep 9, 2023
5e87835
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 5, 2023
76f4be6
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 6, 2023
ab629dc
Fix(l10n): Update translations from Transifex
nextcloud-bot Oct 14, 2023
5f3a0a0
Fix(l10n): Update translations from Transifex
nextcloud-bot Nov 1, 2023
4519d42
Merge branch 'cms_pico-1.0'
PhrozenByte Nov 2, 2023
00d7074
Fix(l10n): Update translations from Transifex
nextcloud-bot Nov 8, 2023
95c3143
Fix(l10n): Update translations from Transifex
nextcloud-bot Nov 15, 2023
eee7ed4
Fix(l10n): Update translations from Transifex
nextcloud-bot Nov 21, 2023
dcbb779
Fix(l10n): Update translations from Transifex
nextcloud-bot Nov 23, 2023
77b13e4
Fix(l10n): Update translations from Transifex
nextcloud-bot Nov 27, 2023
056095d
Fix(l10n): Update translations from Transifex
nextcloud-bot Dec 8, 2023
1e09519
Fix(l10n): Update translations from Transifex
nextcloud-bot Dec 18, 2023
a333e49
Fix(l10n): Update translations from Transifex
nextcloud-bot Dec 23, 2023
e50faec
Fix(l10n): Update translations from Transifex
nextcloud-bot Dec 24, 2023
0af5291
Fix(l10n): Update translations from Transifex
nextcloud-bot Jan 4, 2024
a48f9f0
Fix(l10n): Update translations from Transifex
nextcloud-bot Jan 26, 2024
43a9923
Fix(l10n): Update translations from Transifex
nextcloud-bot Feb 3, 2024
d197c71
Fix(l10n): Update translations from Transifex
nextcloud-bot Feb 7, 2024
5cce416
Fix(l10n): Update translations from Transifex
nextcloud-bot Feb 11, 2024
c5a140b
Fix(l10n): Update translations from Transifex
nextcloud-bot Feb 17, 2024
9a94e92
Fix(l10n): Update translations from Transifex
nextcloud-bot Feb 22, 2024
99c1541
Fix(l10n): Update translations from Transifex
nextcloud-bot Feb 25, 2024
fc4a1de
Fix(l10n): Update translations from Transifex
nextcloud-bot Feb 27, 2024
b28b232
Fix(l10n): Update translations from Transifex
nextcloud-bot Mar 1, 2024
04be473
Fix(l10n): Update translations from Transifex
nextcloud-bot Mar 2, 2024
d83d8e4
Fix(l10n): Update translations from Transifex
nextcloud-bot Mar 4, 2024
1be6df4
Fix(l10n): Update translations from Transifex
nextcloud-bot Mar 14, 2024
f22637b
Fix(l10n): Update translations from Transifex
nextcloud-bot Mar 16, 2024
53f8bb2
Fix(l10n): Update translations from Transifex
nextcloud-bot Apr 2, 2024
f4f9dfb
Fix(l10n): Update translations from Transifex
nextcloud-bot Apr 4, 2024
17df336
Fix(l10n): Update translations from Transifex
nextcloud-bot Apr 7, 2024
8a9ff2f
Fix(l10n): Update translations from Transifex
nextcloud-bot Apr 10, 2024
b2b3e9f
Fix(l10n): Update translations from Transifex
nextcloud-bot Apr 27, 2024
c8a54a4
Fix(l10n): Update translations from Transifex
nextcloud-bot May 8, 2024
804a072
Fix(l10n): Update translations from Transifex
nextcloud-bot May 21, 2024
372c131
Fix(l10n): Update translations from Transifex
nextcloud-bot May 23, 2024
44b45cb
Fix(l10n): Update translations from Transifex
nextcloud-bot May 24, 2024
a817cc2
Fix(l10n): Update translations from Transifex
nextcloud-bot May 25, 2024
15e7975
Fix(l10n): Update translations from Transifex
nextcloud-bot May 28, 2024
8350924
Fix(l10n): Update translations from Transifex
nextcloud-bot May 29, 2024
9378bc7
Fix(l10n): Update translations from Transifex
nextcloud-bot May 31, 2024
c5ff928
Fix(l10n): Update translations from Transifex
nextcloud-bot Jun 13, 2024
78acc24
fix(HTMLPurifier): Disable Serializer cache to avoid stray files for now
joshtrichards Jun 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Test Pico CMS for Nextcloud

on:
push:
branches:
- 'master'
- 'cms_pico-1.0'
branches: [ 'master' ]
tags: [ 'v*.*.*' ]
pull_request: {}
pull_request:

jobs:
generate-jobs:
Expand Down
9 changes: 5 additions & 4 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[main]
host = https://www.transifex.com
lang_map = bg_BG: bg, cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja
host = https://www.transifex.com
lang_map = cs_CZ: cs, fi_FI: fi, hu_HU: hu, nb_NO: nb, sk_SK: sk, th_TH: th, ja_JP: ja, bg_BG: bg

[nextcloud.cms_pico]
[o:nextcloud:p:nextcloud:r:cms_pico]
file_filter = translationfiles/<lang>/cms_pico.po
source_file = translationfiles/templates/cms_pico.pot
source_lang = en
type = PO
type = PO

2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ build: lazy-check clean-build composer
--exclude="/*.phar" \
--exclude=".git" \
./ "$(build_dir)/$(app_name)/"
cp "./vendor/picocms/pico/plugins/DummyPlugin.php" \
"$(build_dir)/$(app_name)/appdata/plugins/DummyPlugin.php"
tar cfz "$(build_dir)/$(archive)" \
-C "$(build_dir)" "$(app_name)"

Expand Down
1 change: 1 addition & 0 deletions appdata/plugins/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# You should add plugins installed by Composer here
/PicoDeprecated
/DummyPlugin.php
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You want to learn more about Pico CMS for Nextcloud? Easy! Just download and ena

]]>
</description>
<version>1.0.21</version>
<version>1.1.0-beta.1</version>
<licence>agpl</licence>
<author homepage="https://github.com/daita">Maxence Lange</author>
<author homepage="https://github.com/PhrozenByte">Daniel Rudolf</author>
Expand Down
17 changes: 17 additions & 0 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
'defaults' => [ 'page' => '' ],
'requirements' => [ 'page' => '.*' ]
],
[
'name' => 'Pico#getPage',
'postfix' => 'Post',
'url' => '/pico/{site}/{page}',
'verb' => 'POST',
'defaults' => [ 'page' => '' ],
'requirements' => [ 'page' => '.*' ]
],

[
'name' => 'Pico#getAsset',
Expand All @@ -66,6 +74,14 @@
'defaults' => [ 'page' => '', 'proxyRequest' => true ],
'requirements' => [ 'page' => '.*' ]
],
[
'name' => 'Pico#getPage',
'postfix' => 'PostProxy',
'url' => '/pico_proxy/{site}/{page}',
'verb' => 'POST',
'defaults' => [ 'page' => '', 'proxyRequest' => true ],
'requirements' => [ 'page' => '.*' ]
],

[ 'name' => 'Websites#getPersonalWebsites', 'url' => '/personal/websites', 'verb' => 'GET' ],
[ 'name' => 'Websites#createPersonalWebsite', 'url' => '/personal/websites', 'verb' => 'POST' ],
Expand All @@ -87,6 +103,7 @@
[ 'name' => 'Plugins#addCustomPlugin', 'url' => '/admin/plugins', 'verb' => 'POST' ],
[ 'name' => 'Plugins#updateCustomPlugin', 'url' => '/admin/plugins/{item}', 'verb' => 'POST' ],
[ 'name' => 'Plugins#removeCustomPlugin', 'url' => '/admin/plugins/{item}', 'verb' => 'DELETE' ],
[ 'name' => 'Plugins#copyDummyPlugin', 'url' => '/admin/plugins/DummyPlugin', 'verb' => 'CLONE' ],

[ 'name' => 'Settings#setLimitGroups', 'url' => '/admin/limit_groups', 'verb' => 'POST' ],
[ 'name' => 'Settings#setLinkMode', 'url' => '/admin/link_mode', 'verb' => 'POST' ],
Expand Down
35 changes: 18 additions & 17 deletions css/fontello.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@

@font-face {
font-family: 'fontello';
src: url('../icon/fontello.eot?522142');
src: url('../icon/fontello.eot?522142#iefix') format('embedded-opentype'),
url('../icon/fontello.woff2?522142') format('woff2'),
url('../icon/fontello.woff?522142') format('woff'),
url('../icon/fontello.ttf?522142') format('truetype'),
url('../icon/fontello.svg?522142#fontello') format('svg');
src: url('../icon/fontello.eot?60287585');
src: url('../icon/fontello.eot?60287585#iefix') format('embedded-opentype'),
url('../icon/fontello.woff2?60287585') format('woff2'),
url('../icon/fontello.woff?60287585') format('woff'),
url('../icon/fontello.ttf?60287585') format('truetype'),
url('../icon/fontello.svg?60287585#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -73,17 +73,18 @@
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus:before { content: '\e800'; } /* '' */
.icon-lock:before { content: '\e801'; } /* '' */
.icon-lock-open:before { content: '\e802'; } /* '' */
.icon-ok:before { content: '\e803'; } /* '' */
.icon-attention-circled:before { content: '\e804'; } /* '' */
.icon-info-circled:before { content: '\e805'; } /* '' */
.icon-cw:before { content: '\e806'; } /* '' */
.icon-arrows-cw:before { content: '\e807'; } /* '' */
.icon-globe:before { content: '\e808'; } /* '' */
.icon-folder:before { content: '\e809'; } /* '' */
.icon-arrows-cw:before { content: '\e800'; } /* '' */
.icon-attention-circled:before { content: '\e801'; } /* '' */
.icon-brush:before { content: '\f1fc'; } /* '' */
.icon-cw:before { content: '\e802'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-ellipsis:before { content: '\f141'; } /* '' */
.icon-folder:before { content: '\e803'; } /* '' */
.icon-globe:before { content: '\e804'; } /* '' */
.icon-info-circled:before { content: '\e805'; } /* '' */
.icon-lock:before { content: '\e806'; } /* '' */
.icon-lock-open:before { content: '\e807'; } /* '' */
.icon-ok:before { content: '\e808'; } /* '' */
.icon-pencil:before { content: '\e80a'; } /* '' */
.icon-plus:before { content: '\e809'; } /* '' */
.icon-trash:before { content: '\f1f8'; } /* '' */
.icon-brush:before { content: '\f1fc'; } /* '' */
2 changes: 1 addition & 1 deletion css/pico.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/pico.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions css/pico.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@
}
}

.dialog-hint {
margin-top: -2px;
margin-bottom: calc(var(--margin));
opacity: 0.7;
}

table.table {
width: 100%;
border: 1px solid var(--color-border);
Expand Down Expand Up @@ -207,6 +213,10 @@
flex: 1 1 auto;
}

> .name-edit {
display: none;
}

> .actions,
> .more {
flex: 0 0 auto;
Expand Down Expand Up @@ -390,6 +400,17 @@
max-width: 37.5em;
}

.has-input-icon {
display: inline-block;
padding-right: 32px;
}

.input-icon {
margin: 4px 4px 4px -36px;
padding: 16px;
cursor: pointer;
}

p {
margin-bottom: calc(var(--margin) * 0.5);
text-align: justify;
Expand Down
7 changes: 4 additions & 3 deletions icon/COPYRIGHT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Icon fonts generator

Author: Vitaly Puzrin
License: The MIT License <https://github.com/fontello/fontello/blob/master/LICENSE>
Homepage: http://fontello.com/font
Homepage: http://fontello.com/



Expand All @@ -20,5 +20,6 @@ Font license info
License: SIL OFL 1.1 <http://scripts.sil.org/OFL>
Homepage: http://fortawesome.github.com/Font-Awesome/

Icons: arrows-cw, attention-circled, brush, cw, docs, ellipsis, folder, globe, info-circled, lock, lock-open,
ok, plus, trash
Icons: arrows-cw, attention-circled, brush, cw, docs, ellipsis,
folder, globe, info-circled, lock, lock-open, ok, pencil, plus,
trash
100 changes: 100 additions & 0 deletions icon/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"name": "Pico CMS for Nextcloud",
"css_prefix_text": "icon-",
"css_use_suffix": false,
"hinting": true,
"units_per_em": 1000,
"ascent": 850,
"glyphs": [
{
"uid": "a73c5deb486c8d66249811642e5d719a",
"css": "arrows-cw",
"code": 59392,
"src": "fontawesome"
},
{
"uid": "b035c28eba2b35c6ffe92aee8b0df507",
"css": "attention-circled",
"code": 59393,
"src": "fontawesome"
},
{
"uid": "fa9a0b7e788c2d78e24cef1de6b70e80",
"css": "brush",
"code": 61948,
"src": "fontawesome"
},
{
"uid": "bc71f4c6e53394d5ba46b063040014f1",
"css": "cw",
"code": 59394,
"src": "fontawesome"
},
{
"uid": "c8585e1e5b0467f28b70bce765d5840c",
"css": "docs",
"code": 61637,
"src": "fontawesome"
},
{
"uid": "107ce08c7231097c7447d8f4d059b55f",
"css": "ellipsis",
"code": 61761,
"src": "fontawesome"
},
{
"uid": "f8aa663c489bcbd6e68ec8147dca841e",
"css": "folder",
"code": 59395,
"src": "fontawesome"
},
{
"uid": "197375a3cea8cb90b02d06e4ddf1433d",
"css": "globe",
"code": 59396,
"src": "fontawesome"
},
{
"uid": "e82cedfa1d5f15b00c5a81c9bd731ea2",
"css": "info-circled",
"code": 59397,
"src": "fontawesome"
},
{
"uid": "c1f1975c885aa9f3dad7810c53b82074",
"css": "lock",
"code": 59398,
"src": "fontawesome"
},
{
"uid": "657ab647f6248a6b57a5b893beaf35a9",
"css": "lock-open",
"code": 59399,
"src": "fontawesome"
},
{
"uid": "12f4ece88e46abd864e40b35e05b11cd",
"css": "ok",
"code": 59400,
"src": "fontawesome"
},
{
"uid": "d35a1d35efeb784d1dc9ac18b9b6c2b6",
"css": "pencil",
"code": 59402,
"src": "fontawesome"
},
{
"uid": "44e04715aecbca7f266a17d5a7863c68",
"css": "plus",
"code": 59401,
"src": "fontawesome"
},
{
"uid": "bbfb51903f40597f0b70fd75bc7b5cac",
"css": "trash",
"code": 61944,
"src": "fontawesome"
}
]
}
Binary file modified icon/fontello.eot
Binary file not shown.
Loading