Commit graph

448 commits

Author SHA1 Message Date
Joachim Bauch
8025dcc92d
Merge pull request #47 from strukturag/lint-async-await
Run linters through npm
2021-11-11 14:15:12 +01:00
Joachim Bauch
0524682efb
Run stylelint through npm. 2021-11-11 14:13:49 +01:00
Joachim Bauch
ee50387938
Various css style fixes. 2021-11-11 14:10:52 +01:00
Joachim Bauch
7849a011ce
Run eslint through npm. 2021-11-11 14:10:52 +01:00
Joachim Bauch
85f22bf0dd
Fix indent. 2021-11-11 13:43:20 +01:00
Joachim Bauch
32e91f42e0
Remove duplicate variables, already declared in eslintrc. 2021-11-11 13:43:20 +01:00
Joachim Bauch
d732362599
server: Update socket.io use for new upstream version. 2021-11-11 12:04:56 +01:00
Joachim Bauch
1bc218b26d
Switch to async spawn method to avoid filling up stdout buffer. 2021-11-11 12:04:56 +01:00
Joachim Bauch
24f22fce01
Merge pull request #38 from strukturag/dependabot/npm_and_yarn/socket.io-client-4.3.2
Bump socket.io-client from 2.1.1 to 4.3.2
2021-11-11 12:04:05 +01:00
Joachim Bauch
7972eda679
Merge pull request #46 from strukturag/dependabot/npm_and_yarn/server/socket.io-4.3.2
Bump socket.io from 2.3.0 to 4.3.2 in /server
2021-11-11 12:03:55 +01:00
dependabot[bot]
0fcbb09b76
Bump socket.io-client from 2.1.1 to 4.3.2
Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 2.1.1 to 4.3.2.
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/2.1.1...4.3.2)

---
updated-dependencies:
- dependency-name: socket.io-client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11 10:38:16 +00:00
dependabot[bot]
8e36140a83
Bump socket.io from 2.3.0 to 4.3.2 in /server
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 4.3.2.
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/master/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/2.3.0...4.3.2)

---
updated-dependencies:
- dependency-name: socket.io
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11 10:38:01 +00:00
Joachim Bauch
8d68529fa4
dependabot: Check for updates of server dependencies. 2021-11-11 11:37:24 +01:00
Joachim Bauch
c333052ace
npm: Keep package-lock.json in the repository. 2021-11-11 11:37:01 +01:00
Joachim Bauch
cedc54a6b8
No longer need separate iro-transparency-plugin, now part of the core. 2021-11-11 11:33:59 +01:00
Joachim Bauch
8662ac996d
Merge pull request #44 from strukturag/dependabot/npm_and_yarn/jaames/iro-5.5.2
Bump @jaames/iro from 4.5.0 to 5.5.2
2021-11-11 11:28:03 +01:00
dependabot[bot]
4df2f30636
Bump @jaames/iro from 4.5.0 to 5.5.2
Bumps [@jaames/iro](https://github.com/jaames/iro.js) from 4.5.0 to 5.5.2.
- [Release notes](https://github.com/jaames/iro.js/releases)
- [Changelog](https://github.com/jaames/iro.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaames/iro.js/commits)

---
updated-dependencies:
- dependency-name: "@jaames/iro"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11 10:23:45 +00:00
Joachim Bauch
8e66e2d167
Merge pull request #37 from strukturag/dependabot/npm_and_yarn/paper-0.12.15
Bump paper from 0.11.8 to 0.12.15
2021-11-11 10:45:52 +01:00
dependabot[bot]
de02e3c987
Bump paper from 0.11.8 to 0.12.15
Bumps [paper](https://github.com/paperjs/paper.js) from 0.11.8 to 0.12.15.
- [Release notes](https://github.com/paperjs/paper.js/releases)
- [Changelog](https://github.com/paperjs/paper.js/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/paperjs/paper.js/compare/v0.11.8...v0.12.15)

---
updated-dependencies:
- dependency-name: paper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11 09:43:33 +00:00
Joachim Bauch
486ded14f2
Merge pull request #43 from strukturag/dependabot/npm_and_yarn/jquery-3.5.0
Bump jquery from 3.3.1 to 3.5.0
2021-11-11 10:42:52 +01:00
dependabot[bot]
b8dcec7ccc
Bump jquery from 3.3.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.5.0)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-11 09:29:08 +00:00
Joachim Bauch
131560b94f
Merge pull request #42 from strukturag/ci-build-javascript
CI: Add build step.
2021-11-11 10:27:57 +01:00
Joachim Bauch
e860bdf341
CI: Add build step. 2021-11-11 10:26:50 +01:00
Joachim Bauch
47bf193a16
Merge pull request #36 from strukturag/npm-dependencies
Manage dependencies through npm.
2021-11-10 17:01:21 +01:00
Joachim Bauch
0aa216fac6
Add dependabot configuration to track updates. 2021-11-10 17:00:09 +01:00
Joachim Bauch
fa6a17ac88
Manage dependencies through npm. 2021-11-10 16:57:34 +01:00
Joachim Bauch
f524238a24
Only allow opening PDF files. 2021-11-10 11:48:38 +01:00
Joachim Bauch
27abab0dee
Ignore UniqueConstraintViolationException when creating new items. 2021-11-10 11:48:09 +01:00
Joachim Bauch
7d542eb3d0
Merge pull request #26 from szaimen/patch-1
add package.json back to appstore releases
2021-03-04 13:35:00 +01:00
Joachim Bauch
aa525dbb38
Merge pull request #12 from cig0/documentation
Update server README.md
2021-03-04 13:32:19 +01:00
szaimen
de9fdb732f
add package.json back to appstore releases
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-03-02 13:12:48 +01:00
Martin Cigorraga
7c4080ffdd Update server README.md 2021-01-11 15:07:46 -03:00
Johannes Müller-Werner
1983783f9d
Dockerize backend server (#8)
Dockerize backend server

Co-authored-by: Leo <legacyofleo@gmail.com>
2020-12-17 08:32:57 +01:00
Joachim Bauch
230441263f
Merge pull request #7 from elvirusDE/bugfix/close-button-size-fix-retina
close button size fix
2020-12-15 09:15:40 +01:00
elvirus
716b7e50ec close button size fix 2020-12-14 22:55:57 +01:00
Joachim Bauch
373d560881
Next version will be 0.1.2 2020-12-14 09:10:56 +01:00
Joachim Bauch
eea09320ee
Fix pdfjs build files missing from appstore tarball. 2020-12-14 09:10:56 +01:00
Joachim Bauch
5fe3ebf155
Update version. 2020-11-30 17:53:25 +01:00
Joachim Bauch
bd3bc3b0b1
Reference screenshots from metadata (#2). 2020-11-30 17:46:23 +01:00
Joachim Bauch
faf590b2fa
Add screenshots (#2). 2020-11-30 17:42:11 +01:00
Joachim Bauch
9a76ea6f23
Add some description text (#2). 2020-11-30 17:24:36 +01:00
Joachim Bauch
d9a09d027c
Update metadata for appstore submission. 2020-11-30 17:08:37 +01:00
Joachim Bauch
dc3ebbbf0d
Merge pull request #1 from strukturag/ci-integration
Add CI integration
2020-11-25 16:51:54 +01:00
Joachim Bauch
5d7e73c92e
CI: Add JS / CSS linter. 2020-11-25 16:50:51 +01:00
Joachim Bauch
c85a95a288
Don't preserve ownership information in tarball. 2020-11-25 16:37:48 +01:00
Joachim Bauch
2b69f1b2ef
Add target to create appstore package. 2020-11-25 16:28:04 +01:00
Joachim Bauch
9f19ca3256
Add Transifex config.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2020-11-25 16:09:19 +01:00
Joachim Bauch
e58f96c95c
Initial Open Source checkin of version 0.1.0. 2020-11-25 15:38:38 +01:00