| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Add some missing chinese translations
|
|/
|
|
| |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\
| |
| | |
Allow posting new note with content
|
| |
| |
| |
| | |
Signed-off-by: Dustin Frisch <fooker@lab.sh>
|
|\ \
| | |
| | | |
Add CE text on index title
|
| | |
| | |
| | | |
Add CE text on index title
|
|\ \ \
| | | |
| | | | |
Add option to enable `freely` permission in closed instance
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Before, closed disallowed guest edits completely, by removing
the `freely` permission. This makes it possible to explicitely bring
back guest-editing, but not guest-note-creation, to closed instances.
Signed-off-by: Dario Ernst <dario@kanojo.de>
|
|\ \ \
| | | |
| | | | |
Remove/update contact details
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\ \ \
| |/ /
|/| | |
Extent german translation
|
|/ /
| |
| |
| | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
| | |
|
|\ \
| | |
| | | |
Update README.md
|
| | |
| | |
| | | |
To show "Community Edition" on title.
|
|\ \ \
| | | |
| | | | |
Load version from package.json
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix not passing app key correctly in dropbox config
⚠️ Dropbox ClientSecret was leaked ⚠️
Fixes #683
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Fix image alt not render properly
Fixes #638
|
| |/ / / |
|
|/ / / |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add package-lock.json to .gitignore
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Ignore empty values for revision.
|
|/ / /
| | |
| | |
| | | |
Fixes #420
|
|\ \ \
| | | |
| | | | |
Fix sslcapath bug
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |_|/ /
|/| | | |
converting all content fields to MEDIUMTEXT (affects MySQL only)
|
| | | |
| | | |
| | | |
| | | | |
truncation of data.
|
|\ \ \ \
| | | | |
| | | | | |
Update yarn.lock
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
|
|\ \ \ \
| | | | |
| | | | | |
Fix anchor id to keep uppercase characters
|
| | | | |
| | | | |
| | | | | |
id shouldn’t be converted to lowercase since id attribute is case sensitive
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fix minor typos in realtime
|
|/ / / /
| | | |
| | | | |
of wrong parameters passing order and wrong user object indexing in for each function
|
|\ \ \ \
| | | | |
| | | | | |
[ci skip] Add CodeTriage badge
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[CodeTriage](https://www.codetriage.com/) is an app I have maintained
for the past 4-5 years with the goal of getting people involved in
Open Source projects like this one. The app sends subscribers a random
open issue for them to help "triage". For some languages you can also
suggested areas to add documentation.
The initial approach was inspired by seeing the work of the small
core team spending countless hours asking "what version was
this in" and "can you give us an example app". The idea is to
outsource these small interactions to a huge team of volunteers
and let the core team focus on their work.
I want to add a badge to the README of this project. The idea is to
provide an easy link for people to get started contributing to this
project. A badge indicates the number of people currently subscribed
to help the repo. The color is based off of open issues in the project.
Here are some examples of other projects that have a badge in their
README:
- https://github.com/crystal-lang/crystal
- https://github.com/rails/rails
- https://github.com/codetriage/codetriage
Thanks for building open source software, I would love to help you find some helpers.
|
|\ \ \ \
| | | | |
| | | | | |
Fix config.json.example format error
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | | |
Implemented dark theme.
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com>
|
|\ \ \
| | | |
| | | | |
Fix file permission, remove useless executable
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Add setting `ldap.usernameField`
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This determines which ldap field is used as the username on
HackMD. By default, the "id" is used as username, too. The id
is taken from the fields `uidNumber`, `uid` or
`sAMAccountName`. To give the user more flexibility, they can
now choose the field used for the username instead.
|