-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement asset backend * implement message attachment uploading * disallow download of assets from external websites * move some attachment routes out of apps routes * don't allow parallel attachment uploads * move asset routes to only allow unauthenticated download * support non image assets * compute asset url on the server * add support for attachment when sending message templates * only delete object when there are no assets remaining * create indexes for assets table * add image upload button to embed image fields
- Loading branch information
1 parent
b133e74
commit acf3871
Showing
50 changed files
with
1,292 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.