summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update .mailmap and AUTHORSDavid Mehren2020-11-272-9/+24
| | | | Signed-off-by: David Mehren <git@herrmehren.de>
* Generate new AUTHORS fileTilman Vatteroth2020-11-271-8/+122
| | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* Update el.json (POEditor.com)Sheogorath2020-11-271-102/+129
|
* Update cs.json (POEditor.com)Sheogorath2020-11-271-119/+129
|
* Update eo.json (POEditor.com)Sheogorath2020-11-271-102/+129
|
* Update es.json (POEditor.com)Sheogorath2020-11-270-0/+0
|
* Update vi.json (POEditor.com)Sheogorath2020-11-271-1/+11
|
* Update uk.json (POEditor.com)Sheogorath2020-11-271-102/+129
|
* Update tr.json (POEditor.com)Sheogorath2020-11-271-102/+129
|
* Update sv.json (POEditor.com)Sheogorath2020-11-271-1/+10
|
* Update es.json (POEditor.com)Sheogorath2020-11-271-124/+124
|
* Update sk.json (POEditor.com)Sheogorath2020-11-271-1/+10
|
* Update sr.json (POEditor.com)Sheogorath2020-11-271-1/+11
|
* Update ru.json (POEditor.com)Sheogorath2020-11-271-1/+10
|
* Update pt.json (POEditor.com)Sheogorath2020-11-271-1/+10
|
* Update pl.json (POEditor.com)Sheogorath2020-11-271-3/+12
|
* Update ml.json (POEditor.com)Sheogorath2020-11-271-0/+1
|
* Update ko.json (POEditor.com)Sheogorath2020-11-271-1/+15
|
* Update ja.json (POEditor.com)Sheogorath2020-11-271-1/+10
|
* Update it.json (POEditor.com)Sheogorath2020-11-271-1/+10
|
* Update id.json (POEditor.com)Sheogorath2020-11-271-1/+10
|
* Update hi.json (POEditor.com)Sheogorath2020-11-271-102/+129
|
* Update de.json (POEditor.com)Sheogorath2020-11-271-2/+11
|
* Update fr.json (POEditor.com)Sheogorath2020-11-271-4/+13
|
* Update es.json (POEditor.com)Sheogorath2020-11-271-119/+128
|
* Update nl.json (POEditor.com)Sheogorath2020-11-271-15/+24
|
* Update da.json (POEditor.com)Sheogorath2020-11-271-102/+129
|
* Update ca.json (POEditor.com)Sheogorath2020-11-271-1/+10
|
* Update ar.json (POEditor.com)Sheogorath2020-11-271-14/+23
|
* Update hr.json (POEditor.com)Sheogorath2020-11-271-102/+129
|
* Update zh-TW.json (POEditor.com)Sheogorath2020-11-271-1/+10
|
* Update zh-CN.json (POEditor.com)Sheogorath2020-11-271-1/+10
|
* Merge pull request #601 from renanqts/masterYannick Bungers2020-11-272-5/+5
|\ | | | | chore: bump AWS SDK from 2.345.0 to 2.521.0
| * chore: bump AWS SDK from 2.345.0 to 2.521.0Renan Rodrigues2020-11-272-5/+5
| | | | | | | | Signed-off-by: Renan Rodrigues <renanqts@gmail.com>
* | Merge pull request #599 from hedgedoc/fix/iconsDavid Mehren2020-11-275-11/+11
|\ \ | | | | | | Fix shortcut icon urls pointing to old (nonexistent) files
| * | Fixed shortcut icon urls pointing to old (nonexistent) filesErik Michelson2020-11-275-11/+11
| |/ | | | | | | Signed-off-by: Erik Michelson <github@erik.michelson.eu>
* | Merge pull request #603 from hedgedoc/feat/new-chat-linkYannick Bungers2020-11-274-5/+5
|\ \ | | | | | | Replace references to Matrix room with chat.hedgedoc.org
| * | Replace references to Matrix room with chat.hedgedoc.orgDavid Mehren2020-11-274-5/+5
| | | | | | | | | | | | Signed-off-by: David Mehren <git@herrmehren.de>
* | | Merge pull request #602 from hedgedoc/fix/really-remove-pdf-exportYannick Bungers2020-11-271-2/+0
|\ \ \ | |/ / |/| | Remove reference to nonexisting DOM element
| * | Remove reference to nonexisting DOM elementDavid Mehren2020-11-271-2/+0
|/ / | | | | | | | | | | This was missed in #596 and breaks the frontend JS. Signed-off-by: David Mehren <git@herrmehren.de>
* | Merge pull request #596 from hedgedoc/remove-pdf-export-codeDavid Mehren2020-11-2716-96/+4
|\ \ | |/ |/| Remove pdf export code
| * Remove pdf export codeTilman Vatteroth2020-11-2616-96/+4
| | | | | | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* | Merge pull request #598 from hedgedoc/fix/reduce-github-action-runsYannick Bungers2020-11-271-1/+5
|\ \ | | | | | | Limit CI runs to pushes to master and pull requests against master
| * | Limit CI runs to pushes to master and pull requests against masterTilman Vatteroth2020-11-261-1/+5
| |/ | | | | | | Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
* | Merge pull request #595 from joachimmathes/oauth2_authorizationYannick Bungers2020-11-273-2/+29
|\ \ | |/ |/| Add oauth2 authorization roles
| * Add oauth2 authorizationJoachim Mathes2020-11-253-2/+29
| | | | | | | | Signed-off-by: Joachim Mathes <joachim_mathes@web.de>
* | Merge pull request #585 from hedgedoc/ci/prebuild-zipDavid Mehren2020-11-261-2/+8
|\ \ | | | | | | Added zipping and uploading of production builds
| * | Added zipping and uploading of production buildsErik Michelson2020-11-251-2/+8
|/ / | | | | | | | | | | | | | | | | This extends the 'production build' workflow with uploading the final bundle as an artifact. The bundle is only uploaded on pushes to `master` and with Node.js 14. Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: David Mehren <git@herrmehren.de>
* | Merge pull request #594 from hedgedoc/fix/pr_templateYannick Bungers2020-11-211-5/+5
|\ \ | | | | | | updated PR Template
| * | linke to the contribution documentation explicitlyPhilip Molares2020-11-211-1/+1
| | | | | | | | | | | | | | | Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Philip Molares <philip.molares@udo.edu>