1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pytition_ynh.git synced 2024-09-03 20:16:08 +02:00
Commit graph

557 commits

Author SHA1 Message Date
yunohost-bot
2f313703b7 Auto-update README 2023-10-31 14:32:05 +00:00
da39364fd8 manifest: Fix type of install.language question 2023-07-31 22:44:14 +02:00
0ea489d4b6 Add tests.toml schema url 2023-07-31 22:44:14 +02:00
c9a51b5a10 Add schema url. Formatting. 2023-07-31 22:44:14 +02:00
811205fae3 Add sanity check about admin 2023-07-31 22:44:14 +02:00
Éric Gaspar
cbc8f1f43b Update doc/POST_INSTALL.md
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2023-07-28 16:17:37 +02:00
3c38a26c9d Remove updater workflow 2023-07-28 16:17:37 +02:00
Éric Gaspar
1aba6a6b80 Update install 2023-07-28 16:17:37 +02:00
Éric Gaspar
433e697778 fix 2023-07-28 16:17:37 +02:00
Éric Gaspar
fc89ec7c7b fix 2023-07-28 16:17:37 +02:00
yunohost-bot
2fef820538 Auto-update README 2023-07-28 16:17:37 +02:00
Éric Gaspar
ba9bd9a771 Update manifest.toml 2023-07-28 16:17:37 +02:00
yunohost-bot
176cfc7b74 Auto-update README 2023-07-28 16:17:37 +02:00
Éric Gaspar
d709726a3c v2 2023-07-28 16:17:37 +02:00
Éric Gaspar
86ec5ff81f v2 2023-07-28 16:17:37 +02:00
yunohost-bot
7732d3ed78 Auto-update README 2023-07-28 16:17:37 +02:00
tituspijean
6a11be2fef [autopatch] Upgrade auto-updater 2023-07-28 16:17:37 +02:00
yunohost-bot
5d7d1d9eeb Auto-update README 2023-01-28 19:00:34 +01:00
yunohost-bot
bc123512aa Upgrade to version 2.7 2023-01-28 19:00:34 +01:00
yunohost-bot
8e360adeb5 Auto-update README 2022-12-21 09:30:43 +00:00
39c9ee85ad Fix readmes 2022-12-21 10:30:38 +01:00
Yann Sionneau
ebdf87c819 Fix mediaroot permissions
This allows user to upload pictures in TinyMCE editors.
The newly created files and directories, under mediaroot/,
will allow read access to www-data (nginx) while still
being owned by __APP__:__APP__
2022-12-06 10:14:43 +01:00
yunohost-bot
9741a7abb0 Auto-update README 2022-11-26 17:03:25 +00:00
yunohost-bot
cd86278fcc Auto-update README 2022-11-26 18:03:18 +01:00
yunohost-bot
dda7e93b81 Upgrade to version 2.6 2022-11-26 18:03:18 +01:00
yalh76
fd91dea35a remove ynh_clean_check_starting 2022-11-26 18:03:18 +01:00
yunohost-bot
746f28447a Auto-update README 2022-11-26 18:03:18 +01:00
yunohost-bot
5cf6dbf1ee Auto-update README 2022-11-26 18:03:17 +01:00
Félix Piédallu
192955cc85 set up the updater script 2022-11-26 18:02:46 +01:00
yunohost-bot
c135e992c8 Auto-update README 2022-11-26 18:02:46 +01:00
yalh76
1c57570617 Apply example_ynh 2022-11-26 18:02:46 +01:00
yunohost-bot
59cc5be2e1 Auto-update README 2022-11-26 18:02:46 +01:00
Yann Sionneau
8afcdb18e5 Update to Pytition 2.5.1 and fix user image uploads and TinyMCE editors
When uploading images in mediaroot, files must have gid www-data
so that nginx can serve them.
Also, image upload script URL for TinyMCE editor was wrong if STATIC_ROOT
is not '/static/'
Tinymce js url was wrong in this case also.
2022-11-26 18:02:46 +01:00
yunohost-bot
ea9cd8f526 Auto-update README 2022-06-05 23:31:12 +02:00
Yann Sionneau
da29c0bc0c Update to Pytition 2.5.1 and fix user image uploads and TinyMCE editors
When uploading images in mediaroot, files must have gid www-data
so that nginx can serve them.
Also, image upload script URL for TinyMCE editor was wrong if STATIC_ROOT
is not '/static/'
Tinymce js url was wrong in this case also.
2022-06-05 23:31:12 +02:00
3dcc2a8051 updater.py 2022-05-28 13:29:23 +02:00
yunohost-bot
5c8deb73cb Auto-update README 2022-05-27 15:10:05 +00:00
f45c2b3810 Add workflow for future updates 2022-05-27 17:09:59 +02:00
yunohost-bot
871ae9424c Auto-update README 2022-05-21 09:12:56 +00:00
Yann Sionneau
51a0787950 Update website url 2022-05-21 11:12:54 +02:00
Félix Piédallu
754477db25 Fix upgrade. 2022-04-14 17:38:26 +00:00
Félix Piédallu
cd647b934c Fix change_url: bad db_pwd retrieval 2022-04-14 17:38:26 +00:00
Salamandar
a02dfb8c26
Merge pull request #1 from YunoHost-Apps/init
Initial working code
2022-04-13 08:43:23 +00:00
e3881bca1d Disable upgrade and change_url for now. 2022-04-13 10:43:13 +02:00
bf33dd8a57 Remove --time from the scripts 2022-04-13 10:43:02 +02:00
Félix Piédallu
5c7ee221cb Fixes 2022-04-12 18:33:04 +02:00
Félix Piédallu
5414b5d24b Fix package linter issues 2022-04-12 17:19:14 +02:00
87eff9a5c5 Add upgrade script 2022-04-12 17:18:26 +02:00
6cc0d6361f Move the uwsgi config file to the final_path instead of /etc 2022-04-12 17:12:49 +02:00
8b458e9102 Handle backup/restore 2022-04-12 17:12:49 +02:00