Skip to content

Releases: vijos/vj4

uibuild-b85e819

15 May 08:18
Compare
Choose a tag to compare
Upgrade NPM dependencies (#515)

* upgrade gulp

* upgrade gulp config

* ** gulp 4

* fix import

* upgrade babel

* eslint --fix

* oh my eslint

* Fix PrismJS

* Upgrade some dependencies

* roll back gulp-iconfont

* fotgot to stage lockfile

* webpack finally works

* Revert "webpack finally works"

This reverts commit ca7b9219

* some fixes

* Update README

* upgrade gulp-iconfont

* Fix uglifyjs-webpack-plugin

* some fixes make react works fine

uibuild-6567753

13 Apr 07:36
Compare
Choose a tag to compare
test1

try to fix deploy

uibuild-c8db2ae

13 Apr 09:09
c8db2ae
Compare
Choose a tag to compare
build20190413-1

Fix #500. (#503)

build20190224

24 Feb 10:23
Compare
Choose a tag to compare
Homework System (#460)

uibuild-c16f5ed

23 Nov 20:50
c16f5ed
Compare
Choose a tag to compare
add c# support (fixes #389) (#392)

note that codemirror supports c# in 'clike', so that the following files are not modified:
vj4/ui/components/cmeditor/vjcmeditor.js
vj4/ui/components/scratchpad/ScratchpadEditorContainer.js

uibuild-c7e7617

18 Nov 20:48
c7e7617
Compare
Choose a tag to compare
build20171118

add ruby support (#391)

uibuild-fd9e5e6

29 Oct 06:02
fd9e5e6
Compare
Choose a tag to compare
kill per-user rate limit (#378)

* kill per-user rate limit

per-user rate limit is not useful at all - attacker could register a lot of users (even in a very slow rate like 1 user per day) to bypass this limit.

next plans:

remove resource usage reporting on compile error in jd4
use decorator for all rate limits
add per-ip rate limit to resource-consuming operations

* also remove force_inc - this has morbid semantic

uibuild-8cf1b32

03 Oct 19:42
Compare
Choose a tag to compare
Fixed Broken Mathjax Link (#364)

Fix #360

uibuild-1f31733

30 Sep 08:26
Compare
Choose a tag to compare
build20170930

add dashboard (#353)

uibuild-ded396e

27 Aug 08:37
Compare
Choose a tag to compare
build20170827

fix styles for compact select (#314)