Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/writefreely/writefreely

A clean, Markdown-based publishing platform made for writers. Write together and build a community.
https://github.com/writefreely/writefreely

Fix hashes in code blocks rendered as hashtags

Previously, our hashtag parser would indiscriminately replace
hashtag-like text with hashtag HTM...

32e99d00415c6e86a9536d9b824dcdf0b119270d authored about 6 years ago
Merge branch 'master' into develop

c2436a43c520de02f9829042a00573dfb97187ea authored about 6 years ago
Clean up resource URLs on collection-tags template

This included files.writeas.org paths and other Write.as-specific logic.

a896d475e490648ce2105d391b7598f0ce3f05d0 authored about 6 years ago
Bump version to 0.8.1

e5a00e00f5781bdf2d97f00b2938873a79716202 authored about 6 years ago
Merge pull request #43 from mrvdb/hashlink

Hashtag linking improvements

ee6046bdbf2c4e2516630e62e60f8b70ba3da230 authored about 6 years ago
Set PublicReader value in nodeinfo

88e7cea28b5b8796790df48f402f625612182a7f authored about 6 years ago
Merge branch 'master' into develop

261a6fefd63b411f76387372d46bdb7e30e1d9aa authored about 6 years ago
Link to documentation repo

02054aae18f75e4b64852c91f3ef42ec7c7a6597 authored about 6 years ago
Link to tutorials on some features

Also, add static pages

ef40c50920015782f593f8ea10527b7f3a173caa authored about 6 years ago
Update `go get` instructions

Including the `-d` flag ensures the package doesn't build. We need this
because it will immediat...

e1cd11df20dd07d529c75d19787b0b6975c3cbd7 authored about 6 years ago
Fix --create-user usage error message

cd752858b7ce7dead753d312c069e6019e96d195 authored about 6 years ago
Return error from adminCreateUser()

...instead of using os.Exit(). This makes it more apparent what's going
on, less error-prone, an...

c11ede53d9f849f0a43d798635dacd4657f5db50 authored about 6 years ago
Return error from adminInitDatabase()

...instead of doing os.Exit(). This allows the func to be used in many
places (as it is) and han...

08667d8978eb3dddbd473fcdd0ff4147bf515e6a authored about 6 years ago
Merge branch 'master' into develop

47d18b2cc43c1325de226b431ca1b18ef27faf02 authored about 6 years ago
Fix Write.as pricing link

9c6e7eda65f7934061c6b2b9552440b42f80d37f authored about 6 years ago
Add @nkoehring to AUTHORS

e682824be51eee5fb1abc9d20745b5282fd8b979 authored about 6 years ago
Merge pull request #65 from nkoehring/optimize-webfont-loading

use font-display:optional to optimize web font loading

ed5c4ec8b152c0e4cbebe7f51bbc5587d947f81d authored about 6 years ago
Bump version to 0.8.0

8b94418d3f3faef8c6a0886a89f9699a7aee6748 authored about 6 years ago
Ignore all .ini files

73ca34bb2181026529cac09e57c77d718e8a518c authored about 6 years ago
Set up migrations table on initial setup

This includes the appmigrations table in the schema files, and inserts
the current database vers...

3a6118c2070344fdc74a5918aeba1dc55913e965 authored about 6 years ago
Update import schema step

Note the step is only required for multi-user instances.

5e686a5b0f26d08f4ca2dee82ec8ba364895a99e authored about 6 years ago
Tweak links at top of README

b91c931ebd451c36b6edf2aba992a74fe65473ad authored about 6 years ago
Add Hosting section to README

53dfe4d215aa8b972bf0adff3d1032a33fbb518f authored about 6 years ago
Merge pull request #68 from writeas/user-invites

Support user invites

e853a153032dd3072e93e557187a3c5b2e52bdf1 authored about 6 years ago
Merge branch 'master' into develop

eb8f56a6e27f68de61c6841af69475f54dca003f authored about 6 years ago
Generate encryption keys in configured directory

This makes --gen-keys respect the keys_parent_dir config value

5de193a64d46ac303c245b1bb90ed28a173154dd authored about 6 years ago
Fix generateKey error logging

This logs the actual error when it occurs, instead of always saying that
the key already exists.

1c40103fbf17c693c295fbfd3354083588f8171f authored about 6 years ago
Merge pull request #69 from writeas/resource-dirs-config

Support configuring resource directories

cb1bd37f64abca9df7e0be234943aa30e4a15514 authored about 6 years ago
Merge branch 'resource-dirs-config' into develop

14f0d446e67ca40fa6ac8f7982176bddc5e618bd authored about 6 years ago
Log and exit when templates init fails

5c19d249b67a3d550cf58e5263a46af553f60d0e authored about 6 years ago
Support configuring resource directories

This adds new configuration values that specify the parent directory of
application resources:

...

53a51be578458960f23c62711740d97ba1043237 authored about 6 years ago
Support configuring resource directories

This adds new configuration values that specify the parent directory of
application resources:

...

6c7ee767683566e8cdf2f3eb1847a31ead39e8ba authored about 6 years ago
Describe package parse

41b2f7628f64c6a6d6deaa64e3d1a456f5900a04 authored about 6 years ago
Organize flags and add comments

820b0ba6b9b236381783f72f95bc173c632917f7 authored about 6 years ago
Add WriteFreely version to admin dash

d8876058a61542511079fa64042a346be9bf38c2 authored about 6 years ago
Fix migrations MySQL table check

01f9dc86dce02a1bdd3122c269dab77d6110864e authored about 6 years ago
Support user invites

This includes:

- A new `user_invites` config value that determines who can generate
invite li...

70e823d6abe4ee217a3d0930c76b14b5fc7ea1b8 authored about 6 years ago
Add --migrate command

This runs database migrations and obviates the need for manually running
changes.

Ref T509

47b2155f92be6d34a36461c0f5079ed932694e8b authored about 6 years ago
Fixes indentation

7da8b3aef693c91fbccf2ecca5bb8063d57952b8 authored about 6 years ago
Merge pull request #66 from TeDomum/master

Deploy the app in the proper dir for dependency management

6c2bd8031a402aa9fc010e6f8faad23a72546010 authored about 6 years ago
Deploy the app in the proper dir for dependency management

8ead0a9d093dcbd68f17498994290fa92ccdd60d authored about 6 years ago
use font-display:optional to optimize web font loading

059f0d4c548c282a2385a6ef40c5ec9cc8e5a15a authored about 6 years ago
Fix rendered sublist spacing

Along with a recent change to how spaces are output by the
writeas/saturday library, this alters...

a76144c182ae34d3861b3beb557e77d0b48f35a3 authored about 6 years ago
Bump version to 0.7.1

a9dff35f70c0002a940a72e9f58520fe26945173 authored about 6 years ago
Initialize db on single-user instance config

This fixes the --config step so that when setting up a single-user
instance for the first time (...

062ae0e16a56f6da68b1d69f83daebfd5101f616 authored about 6 years ago
Use showUserPage func for blog customize page

This fixes the page not rendering on Windows.

Closes #61

d0edbd1936fb932c181f70dfb06da9f0b2e8c9bc authored about 6 years ago
Add make release-linux command

21e6c64708491964f478b7db827f3aa4c5830ea6 authored about 6 years ago
Add make build-no-sqlite

Supports creating a build without SQLite support compiled in.

6da342b0d1fb4e34240b9e0656bb9f453bea9739 authored about 6 years ago
Add Pull Request template

7c9bd10f73bb9cdfd4e77525644d14d6b2e8e50a authored about 6 years ago
make assets before everything in Docker build

a686b61902af4eb6b3d76b83c8cb4c964e15f8e0 authored about 6 years ago
Exclude unneeded schema.sql in docker build

64a8e2d0a505215c614ab8f1dc26ad4ccd777f02 authored about 6 years ago
make assets during docker build

fe98bd58fcd8850ce0da1b7a0f952daf850ef3df authored about 6 years ago
Bump version to 0.7.0

caf976a054ad6bacde217b7175012da7b08d984d authored about 6 years ago
Add numeric avatars

c2a7f19ef092e31967d6899d96aeb80cb4d96e71 authored about 6 years ago
Fix AP follower INSERT with SQLite

Previously the query would fail with "no such function: NOW"

Closes #56

2942a6818ec87111023c3e1e8a8114591f78089f authored about 6 years ago
Fix tagged posts SQLite query

SQLite doesn't have an `RLIKE` function, so the query for hashtagged
posts was failing before. T...

8a555567a62c0f0aeffc6f7fbff35b629f70ecbd authored about 6 years ago
Fix SQLite deadlock when creating user

This avoids reading from the database after a transaction has been
started in CreateUser(), fixi...

1c58c64c7c85f98e71ff4c551f9b2b04d6597e5e authored about 6 years ago
Prompt for database type in bug report template

f53ced382f60060d123005a78b5672fb67fde2e6 authored about 6 years ago
Add @geekgonecrazy to authors

0a3f5b7d161cf5b0766f73e0470af8d2c6606d82 authored about 6 years ago
Merge pull request #54 from geekgonecrazy/sqlite3-user-password

Only check for username and password if driver type is mysql

0cf1d138807538c8296c6d8fbccdba70b674a7eb authored about 6 years ago
Use driver constants in app.go

a58a756746d23bd0a93663cda0673de2cfc9c6e7 authored about 6 years ago
Only check for username and password if driver type is mysql

3722c6ba790c0362052541a44a35f574e97338fd authored about 6 years ago
Add pager to admin user list

This enables paging through the entire list of users.

Ref T553

bf7d4220395920108cd384295094b3893214acb5 authored about 6 years ago
Fix admin user paging query

3d301c97e9bf0fcb5236500e46d0b1a4c261fa69 authored about 6 years ago
Add admin user list

This enables admins on multi-user instances to see all users registered,
and view the details of...

0e722de82c849ed8227767a65647c962ae700f7f authored about 6 years ago
Document package and funcs in config.go

2f4c93cccbbeb36860147be90e90fbeb00db903c authored about 6 years ago
Fix make deps not fetching sqlite3 lib

a419bd63fc562a6ad93450eb9b77adc17606ef01 authored about 6 years ago
Support building without SQLite support

This adds a new `sqlite` build tag that you should include only if you
want SQLite3 support buil...

fca3019e4b84d9b35b3ae1168956b4f9e620f53f authored about 6 years ago
Send correct status on 410/500 in handleHTTPError

8513def89942f55d55635401b0f6d04205d5dbb7 authored about 6 years ago
Send correct status on 404 in handleHTTPError

19215b035596807a223f7decb24dd1437a25bde9 authored about 6 years ago
Extract images with .image extension

8a07c0f0a0093c12d558e5f4a71208690cde7e51 authored about 6 years ago
Fix spacing around copyright notices

3ae45bc156e7611ffe96fe3a1c111fc3e9bfc6ed authored about 6 years ago
Add download / docker pull counts to README

256d9e3c02ee147a4b73d013c335a280e58063ac authored about 6 years ago
Embed schema files in binary

This includes schema.sql and sqlite.sql in the release binary, so they
no longer need to be incl...

739afd231066645433987895d9d05fdbac4011d8 authored about 6 years ago
Add @kaiyou to AUTHORS

d4a08723aaad9b4fa3921c37ac090661cdbd6168 authored about 6 years ago
Use language-specific dash in post titles

This closes #1

e525bc32a766881fe869d7ac90c8ba1c18d42318 authored about 6 years ago
Create darwin archives with macos in the name

(not "darwin")

69eab50f424f293b95db252c31fa063465f23ed8 authored about 6 years ago
Add copyright / license notices to .go files

1274914207af7b5ff56635572ee55ee7dc916fe5 authored about 6 years ago
Fix metadata update redirect on single-user instances

Fixes #50

7f5551105a14be680378cdb57876fb073f75df55 authored about 6 years ago
Add --create-user option for regular user

This supports creating a regular user via the command-line.

1439c8c359d839e01b6a0429f965443b4ec1427f authored about 6 years ago
Validate username in admin user creation process

This runs usernames through the same checks as the web interface,
ensuring no invalid user is cr...

5e5b283daf245c331d409a36a19a6834a62c4090 authored about 6 years ago
Merge branch 'master' of github.com:writeas/writefreely

852ca5eea473a547adcde13f360a141e1f96c590 authored about 6 years ago
Merge pull request #48 from TeDomum/master

Fix the Docker build when installing go-sqlite

88e1c65939d4f1b3bec86ede680edb52f8604341 authored about 6 years ago
Factor out admin user creation logic

f99244b93fcf0e89e95f911cf3b9a3f6d08fc328 authored about 6 years ago
Include max number of blogs in nodeinfo

13bf5b663811341df349946431f20fb80ae9f585 authored about 6 years ago
Fix the Docker build when installing go-sqlite

Go-SQLite requires sqlite library headers and gcc.

38184f4d1326b573b6d4d572afb09aa945585e54 authored about 6 years ago
Fix db.Ping() call

11de25237d868c20e1d58b4c1b6430be8c08f8b9 authored about 6 years ago
Update features list

And Quick Start intro

dad79adfd25a94a0f97c90a78709bbc8fdd54f59 authored about 6 years ago
Check database connection on startup

2178b4abf2b541a30465fe27ce40c537decb49e4 authored about 6 years ago
Add missing CSS for highlightjs

3fab9f643960fb7147e3f386924635b6203b99a7 authored about 6 years ago
Reserve "community" username

8beccaf6c21f44873994bca7978619865838752e authored about 6 years ago
Bump version to 0.6.0

4b8d5e3e373903f63d4f3bb59a1520bbc3358dbf authored about 6 years ago
Add Reader section

This adds a "Reader" section of the site for admins who want to enable
it for their instance. Th...

25a68d0c0e24495ac75e8b67d3e901eec6578059 authored about 6 years ago
Merge branch 'develop'

7828bf6ba25e3b199a22b3b58d2cbc7b993df5cf authored about 6 years ago
Merge pull request #45 from writeas/sqlite-support

SQLite support

2422601e89dfdfe5470402bb90032392e0e234ac authored about 6 years ago
Merge branch 'sqlite-support' into develop

d3b120be7511a705737fce00e9d606ec7644116b authored about 6 years ago
Make accesstokens.user_agent NULL by default

The field is currently unused in the app, and it was causing problems in
SQLite.

Ref T529

a3e287a77a2d27d745a3c1035e6952b673d2827e authored about 6 years ago
Switch to xgo for cross-compilation

Ref T529

9fb7777c336d5e4362c2c235a957ed32b2dca87d authored about 6 years ago
Add new -c [filename] option for supplying config file

This allows users to load a different configuration file instead of the
default config.ini. It w...

111945bc5d8df3eccc9da62920e83017f64f2eae authored about 6 years ago
Update setup steps

20c77989ba11a6d8c8751d13c381cf96ada4da4e authored about 6 years ago