requarks / wiki-v1

Legacy version (1.x) of Wiki.js
https://wiki.js.org
GNU Affero General Public License v3.0
101 stars 75 forks source link

Varied v1 usability fixes #236

Open Rackover opened 4 years ago

Rackover commented 4 years ago

Updates outdated dependancies Provided simple implementation for links and tables (instead of the Alert() WIP) Fixed the multiple images uploading.

Contains only clientside fixes. For the image uploading to be completely fixed a server modification must also be made (preventing mongoose from sending the _id of the object with the object when patching database)

But otherwise it works on its own.