Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OTHER] Rocket.Chat Apps #9666

Merged
merged 61 commits into from
Feb 20, 2018
Merged
Show file tree
Hide file tree
Changes from 60 commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
2678365
Rocketlets: Initial structure for the rocketlets package inside of Ro…
graywolf336 Aug 16, 2017
a16d5ea
RocketletManager is now loaded.
graywolf336 Aug 22, 2017
f65ca7a
Rocketlet commands are now loaded onto the client and server
graywolf336 Aug 23, 2017
9a609bf
Improve the commands and add permission nodes to the commands
graywolf336 Aug 24, 2017
f7e34cf
Work on bridges and saving of data, basic messages are now sent :tada:
graywolf336 Aug 30, 2017
aa79930
Merge branch 'develop' into rocketlets
graywolf336 Aug 30, 2017
2cf9e5b
Very basic start of the web interface for the rocketlets, not much done
graywolf336 Sep 1, 2017
423065c
Flush out the rocketlet message converters and implement the http acc…
graywolf336 Sep 7, 2017
a74db27
Implement more logic on the rocketlet bridges
graywolf336 Sep 8, 2017
8ddb090
i18n is now provided via the rocketlets and load them when a rocketle…
graywolf336 Sep 11, 2017
e9815fd
Merge branch 'develop' into rocketlets
graywolf336 Sep 11, 2017
361a645
Add a manage page and add the initial settings to be managed, needs m…
graywolf336 Sep 14, 2017
7398655
Merge branch 'develop' into rocketlets
graywolf336 Sep 14, 2017
5d86782
Update to the new internal translations structure
graywolf336 Sep 15, 2017
df42f90
Add the enable method for commands
graywolf336 Sep 18, 2017
4f85858
Merge branch 'develop' into rocketlets
graywolf336 Sep 18, 2017
57e3687
Merge develop into rocketlets
graywolf336 Oct 30, 2017
b8553d7
Remove the local docker file
graywolf336 Oct 30, 2017
d74cc94
Implmement the discovery layout for the Rocketlets
graywolf336 Nov 2, 2017
990aa60
Fix the discovery add button, thanks to @ggazzo
graywolf336 Nov 2, 2017
eb3e20c
Change the icons over to the template format
graywolf336 Nov 3, 2017
b1b70c7
Update the rocketlet packages and improve the storage query
graywolf336 Nov 9, 2017
37fab88
Display the Rocketlet's icon file in the list of rocketlets
graywolf336 Nov 13, 2017
4cb00e9
Work on the installation screen of the Rocketlets, url or upload (upl…
graywolf336 Dec 8, 2017
ce57602
Merge develop into rocketlets
graywolf336 Dec 8, 2017
a57e713
Fix various issues caused by the merge of develop into rocketlets
graywolf336 Dec 9, 2017
8f24812
Add a toggle button to the enablement of the Rocketlets
graywolf336 Dec 9, 2017
90bf21f
Believe it or not, a try and catch is required for failed http calls …
graywolf336 Dec 9, 2017
f4482f0
When installing is successful, redirect the user to that Rocketlet's …
graywolf336 Dec 9, 2017
e95be6a
Bump the package versions to fix a few issues and don't throw an erro…
graywolf336 Dec 11, 2017
cdc5baa
Merge branch 'develop' into rocketlets
graywolf336 Dec 11, 2017
d9565e1
Allow uploading of the rocketlet packages from the admin panel
graywolf336 Dec 11, 2017
0bd0745
grid
karlprieb Dec 12, 2017
1935c5d
Work on the persistent storage accessor
graywolf336 Dec 12, 2017
0ba1899
Merge branch 'develop' into rocketlets
graywolf336 Dec 12, 2017
8c364a1
Allow uninstalling a rocketlet
graywolf336 Dec 13, 2017
f90b7bf
Merge branch 'develop' into rocketlets
graywolf336 Dec 13, 2017
5ec12f3
Allow for the boolean settings to be toggleable for Rocketlets
graywolf336 Dec 14, 2017
ee09b53
Merge branch 'rocketlets' of github.com:RocketChat/Rocket.Chat into r…
karlprieb Dec 18, 2017
145023d
Merge branch 'rocketlets' of github.com:RocketChat/Rocket.Chat into r…
karlprieb Dec 18, 2017
3c34220
Only set setting value for settings that exist
graywolf336 Jan 4, 2018
a8e8602
Merge branch 'rocketlets' of github.com:RocketChat/Rocket.Chat into r…
graywolf336 Jan 8, 2018
9b4757e
Fix the rocketlet grid not working very well
graywolf336 Jan 8, 2018
ba9e3d1
Merge develop into rocketlets
graywolf336 Jan 8, 2018
eb63c14
Rename rocketlets to apps
graywolf336 Jan 9, 2018
76b0574
Provide the bridge/connector for the storing of the log entries
graywolf336 Jan 11, 2018
aec714b
Start work on showing the logs in the administrator panel
graywolf336 Jan 18, 2018
e2fc3e1
Merge develop into rocketlets
graywolf336 Jan 22, 2018
7ceb8cb
Display the log entries, although it doesn't look pretty at all.
graywolf336 Jan 23, 2018
567d186
Update the apps engine so the logs now show errors and are improved
graywolf336 Jan 23, 2018
bc060ba
Merge branch 'develop' into rocketlets
graywolf336 Jan 26, 2018
19010b2
Merge branch 'develop' into rocketlets
graywolf336 Jan 31, 2018
bc349b6
Fix the context being lost on the route adding
graywolf336 Jan 31, 2018
f5155f7
Merge develop
graywolf336 Feb 9, 2018
5e20988
Add the asciiarts commands back in for now until the Rocket.Chat Apps…
graywolf336 Feb 9, 2018
cea8255
Make changes to the App system to continue preparing
graywolf336 Feb 9, 2018
39918e9
Merge develop into rocketlets
graywolf336 Feb 9, 2018
23bf81e
ROcket.Chat Apps manage pages, use one promise to ensure no race cond…
graywolf336 Feb 19, 2018
6639cf8
Merge develop into rocketlets
graywolf336 Feb 19, 2018
d0565de
Remove the trailing commas.
graywolf336 Feb 19, 2018
d05a6ca
Improve error handling and change how the languages are loaded
graywolf336 Feb 20, 2018
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
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"AccountBox" : false,
"Accounts" : false,
"AgentUsers" : false,
"Apps" : false,
"Assets" : false,
"Blaze" : false,
"BlazeLayout" : false,
Expand Down
1 change: 1 addition & 0 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ rocketchat:otr
rocketchat:postcss
rocketchat:push-notifications
rocketchat:reactions
rocketchat:apps
rocketchat:sandstorm
rocketchat:slackbridge
rocketchat:slashcommands-archive
Expand Down
1 change: 1 addition & 0 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ rocketchat:accounts@0.0.1
rocketchat:action-links@0.0.1
rocketchat:analytics@0.0.2
rocketchat:api@0.0.1
rocketchat:apps@1.0.0
rocketchat:assets@0.0.1
rocketchat:authorization@0.0.1
rocketchat:autolinker@0.0.1
Expand Down
Loading