Skip to content

Files

Latest commit

65abe3a · Apr 19, 2023

History

History
This branch is 375 commits behind tracim/tracim:develop.

frontend_app_share_folder_advanced

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 19, 2023
Feb 6, 2023
Oct 24, 2022
Oct 12, 2022
Jan 5, 2022
Jan 5, 2022
Jan 26, 2022
Mar 27, 2023
Jan 5, 2022
Apr 26, 2022
Apr 26, 2022

README.md

App Share Folder for Tracim

This folder is a feature app loaded by Tracim.

It is meant to handle Tracim share folder in spaces that have the feature activated.

Share folders allows uploading files to a space without the need of being connected to Tracim or having an account.

This app allows the management (creation, suppression) of share links. Share links are the public links that shows a form to upload files into a space.

Build the app

For production

see frontend/doc/app_building#Production

For development

see frontend/doc/app_building#Development

Specific debug.js configuration
  • Create a space using Tracim's frontend interface
  • Open advanced dashboard and check "Upload activated" and "Download activated"
  • In src/debug.js, change:
    • content.workspace_id to the id of the space you just created

Other available yarn scripts

see frontend/doc/yarn_scripts.md

Before pushing changes to this app, you must

see frontend/doc/before_push.md