Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
283df90
start v2
hacdias Dec 5, 2018
4ea2b9d
fix: reduce most of the lint errors
hacdias Dec 27, 2018
efdbc21
feat: remove staticgen/schedule
hacdias Dec 27, 2018
ea41361
feat: updates
hacdias Dec 28, 2018
df6cce6
feat: more cleanuo
hacdias Dec 28, 2018
a238b8d
feat: start updating users & remove per-user css
hacdias Dec 28, 2018
55a1f39
feat: remove codemirror
hacdias Dec 28, 2018
16f1dab
feat: signup page
hacdias Dec 28, 2018
b9dc7e0
feat: add some more vars
hacdias Dec 28, 2018
b3a70a4
feat: custom branding
hacdias Dec 29, 2018
82abdaf
feat: more custom branding
hacdias Dec 29, 2018
378d98d
feat: add all langs
hacdias Dec 29, 2018
87ca855
feat: add users api to frontend
hacdias Dec 29, 2018
92dedb4
feat: send id
hacdias Dec 29, 2018
9977299
fix: sorting
hacdias Dec 29, 2018
daaf341
feat: settings working again
hacdias Dec 30, 2018
358f3bf
more cleanup
hacdias Dec 30, 2018
63e441f
feat: add ace editor and some other changes
hacdias Dec 30, 2018
99ae33d
fix: more cleanup
hacdias Dec 30, 2018
1bd7903
feat: add transifex
hacdias Dec 31, 2018
be2e4cc
feat: some more fixes
hacdias Dec 31, 2018
44658d2
routing fixes
hacdias Dec 31, 2018
9e6f265
feat: some fixes
hacdias Jan 1, 2019
a9852a5
feat: add branding
hacdias Jan 1, 2019
73080fb
feat: some updates
hacdias Jan 1, 2019
14a936a
small fix´
hacdias Jan 1, 2019
14bd11d
css updates
hacdias Jan 2, 2019
1eea32b
inputs BEM
hacdias Jan 2, 2019
c3f1dd8
mobile tweaks
hacdias Jan 2, 2019
9f9bc50
feat: renew token automagically
hacdias Jan 2, 2019
eb33671
more fixes
hacdias Jan 2, 2019
16e3353
feat: search alone
hacdias Jan 2, 2019
53609c9
feat: new shell
hacdias Jan 2, 2019
04fb4cb
feat: more tweaks
hacdias Jan 2, 2019
d2af5d4
tweaks
hacdias Jan 2, 2019
b18afe0
fix: ctrl-c, ctrl-v
hacdias Jan 2, 2019
7744326
feat: some improvements
hacdias Jan 2, 2019
76ee2aa
feat: add shell opt
hacdias Jan 2, 2019
b18139b
feat: history feature
hacdias Jan 2, 2019
56b609b
fix: perm modify
hacdias Jan 3, 2019
eadb3b0
updates, tweaks and fixes
hacdias Jan 4, 2019
3e14855
fix: redirect
hacdias Jan 4, 2019
a710297
fix: create files and dirs outside of files
hacdias Jan 4, 2019
a53f11b
feat: update share
hacdias Jan 5, 2019
67832a2
feat: share page working
hacdias Jan 5, 2019
8cb8fd5
feat: update lock
hacdias Jan 5, 2019
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
13 changes: 0 additions & 13 deletions .babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

27 changes: 0 additions & 27 deletions .eslintrc.js

This file was deleted.

79 changes: 17 additions & 62 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,66 +1,21 @@
# Logs
logs
*.log
.DS_Store
node_modules
/dist

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Typescript v1 declaration files
typings/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

package-lock.json
yarn.lock

dist/
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
6 changes: 0 additions & 6 deletions .npmignore

This file was deleted.

2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js

node_js:
- 10.8.0

script:
- npm run lint
- npm run build
10 changes: 10 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[main]
host = https://www.transifex.com
lang_map = pt_BR: pt-br, zh_CN: zh-cn, zh_HK: zh-hk, zh_TW: zh-tw

[file-browser.file-browser]
file_filter = src/i18n/<lang>.json
minimum_perc = 50
source_file = src/i18n/en.json
source_lang = en
type = KEYVALUEJSON
202 changes: 0 additions & 202 deletions LICENSE

This file was deleted.

5 changes: 5 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}
29 changes: 0 additions & 29 deletions build/build.js

This file was deleted.

Loading