-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ba92de
commit 04609ae
Showing
13 changed files
with
99 additions
and
83 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,5 +11,5 @@ | |
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
"license": "AGPL-3.0" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
VITE_BASE_NAME='raven_app' | ||
VITE_BASE_NAME='raven' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.0.1' | ||
__version__ = '1.0.0' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
|
||
app_name = "raven" | ||
app_title = "Raven" | ||
app_publisher = "Janhvi Patil" | ||
app_publisher = "The Commit Company" | ||
app_description = "Messaging Application" | ||
app_email = "[email protected]" | ||
app_license = "MIT" | ||
app_email = "[email protected]" | ||
app_license = "AGPLv3" | ||
|
||
# Includes in <head> | ||
# ------------------ | ||
|
@@ -191,7 +191,7 @@ | |
# ] | ||
|
||
website_route_rules = [ | ||
{'from_route': '/raven_app/<path:app_path>', 'to_route': 'raven_app'}, ] | ||
{'from_route': '/raven/<path:app_path>', 'to_route': 'raven'}, ] | ||
|
||
has_permission = { | ||
"Raven Channel": "raven.permissions.channel_has_permission", | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"charts": [], | ||
"content": "[{\"id\":\"MKitHAnT4f\",\"type\":\"header\",\"data\":{\"text\":\"<span class=\\\"h4\\\"><a href=\\\"/raven\\\">Raven</a></span>\",\"col\":12}},{\"id\":\"_TmvmGAvy7\",\"type\":\"paragraph\",\"data\":{\"text\":\"Click <a href=\\\"/raven\\\">here</a> to visit the Raven app\",\"col\":12}},{\"id\":\"ZcawYU5brv\",\"type\":\"card\",\"data\":{\"card_name\":\"DocTypes\",\"col\":4}}]", | ||
"creation": "2023-06-22 20:12:29.687295", | ||
"docstatus": 0, | ||
"doctype": "Workspace", | ||
"for_user": "", | ||
"hide_custom": 0, | ||
"icon": "message-1", | ||
"idx": 0, | ||
"is_hidden": 0, | ||
"label": "Raven", | ||
"links": [ | ||
{ | ||
"hidden": 0, | ||
"is_query_report": 0, | ||
"label": "DocTypes", | ||
"link_count": 4, | ||
"onboard": 0, | ||
"type": "Card Break" | ||
}, | ||
{ | ||
"hidden": 0, | ||
"is_query_report": 0, | ||
"label": "Channels", | ||
"link_count": 0, | ||
"link_to": "Raven Channel", | ||
"link_type": "DocType", | ||
"onboard": 0, | ||
"type": "Link" | ||
}, | ||
{ | ||
"hidden": 0, | ||
"is_query_report": 0, | ||
"label": "Members", | ||
"link_count": 0, | ||
"link_to": "Raven Channel Member", | ||
"link_type": "DocType", | ||
"onboard": 0, | ||
"type": "Link" | ||
}, | ||
{ | ||
"hidden": 0, | ||
"is_query_report": 0, | ||
"label": "Messages", | ||
"link_count": 0, | ||
"link_to": "Raven Message", | ||
"link_type": "DocType", | ||
"onboard": 0, | ||
"type": "Link" | ||
}, | ||
{ | ||
"hidden": 0, | ||
"is_query_report": 0, | ||
"label": "Message Reactions", | ||
"link_count": 0, | ||
"link_to": "Raven Message Reaction", | ||
"link_type": "DocType", | ||
"onboard": 0, | ||
"type": "Link" | ||
} | ||
], | ||
"modified": "2023-06-22 20:14:45.643069", | ||
"modified_by": "Administrator", | ||
"module": "Raven", | ||
"name": "Raven", | ||
"number_cards": [], | ||
"owner": "Administrator", | ||
"parent_page": "", | ||
"public": 1, | ||
"quick_lists": [], | ||
"roles": [], | ||
"sequence_id": 30.0, | ||
"shortcuts": [], | ||
"title": "Raven" | ||
} |
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ | |
name="raven", | ||
version=version, | ||
description="Messaging Application", | ||
author="Janhvi Patil", | ||
author_email="[email protected]", | ||
author="The Commit Company", | ||
author_email="[email protected]", | ||
packages=find_packages(), | ||
zip_safe=False, | ||
include_package_data=True, | ||
|