Ecosyste.ms: OpenCollective

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

github.com/userstyles-world/userstyles.world

⭐ Website to browse and share UserCSS userstyles. A modern replacement for UserStyles.org made by the userstyles community.
https://github.com/userstyles-world/userstyles.world

fix: add missing struct and update function name

5fa6b59ea80d0255762abbf6a907255ad9ff7b60 authored almost 4 years ago by vednoc <[email protected]>
refactor: switch to User for template data

8314acecba3921d8d62c8c1c1376e1b55b1d3782 authored almost 4 years ago by vednoc <[email protected]>
fix: s/del/a for Explore page link

5dfeaff4b38288c42a69c315d2e3f4dc281f9fbf authored almost 4 years ago by vednoc <[email protected]>
feat: show styles on the Home page

7a62cd437bb21ac6cc3d0ad4154a28f48d8292b3 authored almost 4 years ago by vednoc <[email protected]>
refactor: add logic to get User from Sessions

02a01dc3b9097a4572f5a410fd06dca88d1aff95 authored almost 4 years ago by vednoc <[email protected]>
feat: print Styles debug on user's Account page

44dc8b05c8e6edad1e43e8e46a0474e74a9899b1 authored almost 4 years ago by vednoc <[email protected]>
chore: update Fiber version

4a5a3ea17ea060b572699f27c0318623b27dd333 authored almost 4 years ago by vednoc <[email protected]>
fix: update regex pattern for e-mail inputs

The previous pattern showed that `user@email` is a valid e-mail address,
but the validator faile...

6f80d7306b08b241ed2f8719d042c2f229b94762 authored almost 4 years ago by vednoc <[email protected]>
fix: empty style struct should now return an error

c99ef30b66f307c756fcc5db66298932cc9a3cf0 authored almost 4 years ago by vednoc <[email protected]>
refactor: add a helper package for data validation

f9566100b4fae3439763e8af50cfe35c9b654fd9 authored almost 4 years ago by vednoc <[email protected]>
refactor: split logic for GetStyleByID DB query

01b4ca6189ad2600eb5fc0add9a91ab246eb01ab authored almost 4 years ago by vednoc <[email protected]>
feat: port old UI for Style details page

3f14ee762e2736411f7c51cea59587351285376a authored almost 4 years ago by vednoc <[email protected]>
feat: implement logic for Style page

db3407a888d59f732fa9ab964d38a5d66492eb4d authored almost 4 years ago by vednoc <[email protected]>
refactor: split Style card into a partial template

f754fd27007c1eae62fe70bf175683f4a7b3b462 authored almost 4 years ago by vednoc <[email protected]>
fix: include JavaScript file in footer template

b972cf16ed7ce8369593b5dbb057bfad8afbb23a authored almost 4 years ago by vednoc <[email protected]>
feat: remember logged-in state on Explore page

737ec4cdb7020c0d55c05d78edea168b3ce6f6ff authored almost 4 years ago by vednoc <[email protected]>
refactor: split and improve styles debug template

647c48b5ad92819910e2d6f3e516ac3e9b49939a authored almost 4 years ago by vednoc <[email protected]>
refactor: split logic for GetAllStyles query

3e27ecf79aa0212abe62a363950d8fd5dab18515 authored almost 4 years ago by vednoc <[email protected]>
feat: port old UI to work with Explore page

28b13262276e7edfc358d6755ab185110e3394c2 authored almost 4 years ago by vednoc <[email protected]>
feat: add database logic for Explore route

b68d9fb0be1c35048a0014e0ad40b7fe4ae71c88 authored almost 4 years ago by vednoc <[email protected]>
feat: add invalid state styles for input elements

075bc724564663f4be508a41728b07d4894a9bd3 authored almost 4 years ago by vednoc <[email protected]>
refactor: update HTTP status codes

275208b326646d179e5571896db27e8fe5098cca authored almost 4 years ago by vednoc <[email protected]>
feat: add mock data for development purpose

987507b6e07152a64a6893a679ef5b6c4efef8ca authored almost 4 years ago by vednoc <[email protected]>
feat: add client-side validation for input forms

04a7be7365dd2ddc47f2e6da852560bf127e178c authored almost 4 years ago by vednoc <[email protected]>
refactor: get salt from an environment variable

ad7d62d4391dffdbc3765ca00d68b6372cf5cb6d authored almost 4 years ago by vednoc <[email protected]>
feat: implement a Style model

ec029663d5beb2ee12c5ae90ab1492099b719b43 authored almost 4 years ago by vednoc <[email protected]>
feat: rename 'login' and add dummy links to navbar

5c4e964b002b6bd78db9fd63e58469ab43151993 authored almost 4 years ago by vednoc <[email protected]>
feat: redirect logged-in user from Register page

2ca800b4c99999b6c2db95d6e33d56056fac949c authored almost 4 years ago by vednoc <[email protected]>
refactor: split logic for bcrypt compare password

e6ba220e5b566dfb4f639ca72745090baead7b64 authored almost 4 years ago by vednoc <[email protected]>
refactor: split logic for bcrypt generate password

6a0594994d1948f91b2dec5e98330983865638ae authored almost 4 years ago by vednoc <[email protected]>
refactor: make 'err' template more generic

039cb3486e5b86e23aed2ac075f6866e79587c99 authored almost 4 years ago by vednoc <[email protected]>
feat: add special styles for different link types

0d71e2f632eb6c9ff8f42d1bb84a88d1bb0acf99 authored almost 4 years ago by vednoc <[email protected]>
feat: tweak navbar border and footer link colors

0da0614ce9be7e913ee300555a59f87de63520f4 authored almost 4 years ago by vednoc <[email protected]>
fix: tweak generated whitespace for header/footer

This change will make it easier to tell partials apart when viewing
"page source", which will li...

112b04a361a04b7a6272f566e4f30b35163e21c4 authored almost 4 years ago by vednoc <[email protected]>
feat: enable fiber's monitor middleware

0e02b1073fad6427dd922e09569b049403a662de authored almost 4 years ago by vednoc <[email protected]>
feat: show logged-in state in navbar on 404 page

48cdf01aa70f08d2031c5db9cb95c281e728d081 authored almost 4 years ago by vednoc <[email protected]>
feat: show logged-in state in navbar on Home page

fe943b18aa45571258c34352096afdbea928af87 authored almost 4 years ago by vednoc <[email protected]>
feat: add a fallback route that renders 404 page

7506da1430951fa3bbea22fccc81303f62cb415a authored almost 4 years ago by vednoc <[email protected]>
refactor: decouple sessions from login page

15510aecf558094ba2d4a1ae5a9338926e88b2c9 authored almost 4 years ago by vednoc <[email protected]>
feat: add footer to all templates

072c4807db8ea6fa829e6448ff60fb4c09134c0d authored almost 4 years ago by vednoc <[email protected]>
feat: add base styles for errors component

5c6f7a2649ee47e038842fe1a690495e3b5fd60f authored almost 4 years ago by vednoc <[email protected]>
refactor: split code for Home page handler

49186dbd0e19f7aa5bdafb5ab8b7d838aa8d5482 authored almost 4 years ago by vednoc <[email protected]>
feat: add proper titles for use in HTML templates

ca4a76c451f26b688b60b46683e6ca92176d4fa0 authored almost 4 years ago by vednoc <[email protected]>
fix: update logic and styles for 'logout' link

255c37cbb58b2c1198a71e0235105ea80643ff77 authored almost 4 years ago by vednoc <[email protected]>
feat: add a logged-in state for navbar links

a34d51655da68ad707e98bc1628e2e28ac8ff098 authored almost 4 years ago by vednoc <[email protected]>
feat: add styling to Account page

236c711dd40ca53a9195bd4d9da13a4e0f67650f authored almost 4 years ago by vednoc <[email protected]>
feat: add styling to Login page

0efe406deafc112da9dba77cbac60aec5896f20d authored almost 4 years ago by vednoc <[email protected]>
refactor: update styles for Home page

853c4d96865530f4e8c3efee7c10057e1cb07e03 authored almost 4 years ago by vednoc <[email protected]>
feat: add styling to Register page

f7ada08fa43190ca5021bc3bd8d6803569efd760 authored almost 4 years ago by vednoc <[email protected]>
feat: tweak old styles for new home page

c1937d9a8fd05c8819cc5d1782bc361a43481086 authored almost 4 years ago by vednoc <[email protected]>
feat: validate data before continuing with login

7ab837f782e59b1029052408e4be9fab3d54f000 authored almost 4 years ago by vednoc <[email protected]>
refactor: improve consistency in database package

5a4ded691bc2c44e49222f69679f8e7b0bbf0fd4 authored almost 4 years ago by vednoc <[email protected]>
fix: resolve error being shown on registration

72ed643d63251eccdd09c7f8c5da7275954f9299 authored almost 4 years ago by vednoc <[email protected]>
feat: add server-side validation for register page

2c6ad73096639a2676c81746952ee0fdbe5a0975 authored almost 4 years ago by vednoc <[email protected]>
feat: redirect logged out users from account page

b0fcc4bea27489a01e6545d9225dbc75f53b73dc authored almost 4 years ago by vednoc <[email protected]>
refactor: separate handlers into multiple files

942e1968fb1ec029ad9e3bd0d2d969e38f420558 authored almost 4 years ago by vednoc <[email protected]>
feat: redirect if the user is already logged in

4712ccb061992580ba0a76c5264780b8120ee1d4 authored almost 4 years ago by vednoc <[email protected]>
feat: implement user logout functionality

bd9ce3a92fad993ea2be4e63881fbc752375008b authored almost 4 years ago by vednoc <[email protected]>
fix: show error when registering a new user fails

1cbd77c3476bbe518239bab721454068a3e22bba authored almost 4 years ago by vednoc <[email protected]>
fix: redirect to login page if email doesn't exist

c09b0632728e02d62b036f33378e75d4b6e44ab1 authored almost 4 years ago by vednoc <[email protected]>
feat: implement sessions on user login

a0d4e4190385008543550378d0be32cdf4032f66 authored almost 4 years ago by vednoc <[email protected]>
feat: implement basic user login

ee08d6de57df68f1afe0401b2a2c581ec36e6e37 authored almost 4 years ago by vednoc <[email protected]>
feat: implement basic user registration

ea89f7059b078c8121cb2079a41c801a0a247180 authored almost 4 years ago by vednoc <[email protected]>
feat: implement a basic user model

4d025c569beb8c7df56b0778618f6c4fdf4d37aa authored almost 4 years ago by vednoc <[email protected]>
feat: add base database configuration

f69787cb22c88f0b296b3e4629ed5635c0b07a1d authored almost 4 years ago by vednoc <[email protected]>
refactor: move server port to config package

abadeaf7cfeb847fd76d38180afeee1b1c92b50d authored almost 4 years ago by vednoc <[email protected]>
feat: add base Golang project files

ce5b3d04d899a34ea4f9356a5b839c2439574a5c authored almost 4 years ago by vednoc <[email protected]>
docs: switch to GNU AGPL license

6160192c04a2eb46f6605b50124bd2af908b2408 authored about 4 years ago by vednoc <[email protected]>
chore: prepare project for full rewrite

e7fd98db46e0f06f8201ee662e53f0c56e68ceae authored about 4 years ago by vednoc <[email protected]>
fix: resolve a glitch with button transitions

c4f0498d031aaf00d60743e0d1c77ef16cd7baa7 authored about 4 years ago by vednoc <[email protected]>
styles: add Dark-Telegram

Made by @Barina.

d6a36efea26b730bdc46d0d22a519cc2ad619ced authored about 4 years ago by vednoc <[email protected]>
styles: add Dark-GitHub

c6fb784d3d1e9616ad9d92717e6fb2f0be83f6f8 authored about 4 years ago by vednoc <[email protected]>
feat: show star count for styles hosted on GitLab

b8e6344451e3024a73fa5e3a37e072de1d25ef95 authored about 4 years ago by vednoc <[email protected]>
styles: add ParanoidGram (#11)

3cc271de317b396288feeca34610459ca8410f00 authored about 4 years ago by Verticablets <[email protected]>
fix: improve aspect ratio for images within cards

This fixes the inconsistencies with images that are not 16:9 ratio as
demonstrated in #11.

5e4b5213dc1a7b2cc16f65f6965b817d08bd3745 authored about 4 years ago by vednoc <[email protected]>
build: upgrade Hugo to v0.79.0

e2bd7c1f7f08f5ca8955fd6a6537ab25e845c972 authored about 4 years ago by vednoc <[email protected]>
refactor: update border and whitespace in footer

a89f0ad6058cda9d54565a85e92106045c2b93f5 authored about 4 years ago by vednoc <[email protected]>
feat: show underline while hovering over links

06b5c2039e8f2b2a6b2ec59c9d5c978a46925e0c authored about 4 years ago by vednoc <[email protected]>
feat: improve foreground colors in dark mode

5226e6777d51bb374a62132fc0ba11fe57ba6d72 authored about 4 years ago by vednoc <[email protected]>
feat: improve navbar colors and make it sticky

61c55de422aab2fbbd8fe3a86f92d8536dfe03cb authored about 4 years ago by vednoc <[email protected]>
fix: remove page transition styles

eeee836e4cd6b99952d36c5960e49b7b2b74b8e9 authored about 4 years ago by vednoc <[email protected]>
feat: make entire style card area clickable

175747aa3e0691198e80d7d0da964fed7d191765 authored about 4 years ago by vednoc <[email protected]>
refactor: update colors for buttons

262a7355defa65b772e6df3d3d613d4f1d63e611 authored about 4 years ago by vednoc <[email protected]>
feat: improve colors for dark/light mode

f574e37f8ec7fbd12bae72222a1ec209bca2c6db authored about 4 years ago by vednoc <[email protected]>
feat: speed up the loading of userstyle images

aebff5c2afac5164bcac4630b565d0d83d1da01d authored about 4 years ago by vednoc <[email protected]>
fix: forgot to import fonts in main SCSS file

5e5c91274655347250c35f06c613e6460d993745 authored about 4 years ago by vednoc <[email protected]>
refactor: add Inter font to main CSS bundle

This should improve loading speed, as well as Lighthouse performance
score, by removing this ren...

1380d1f7210e7dc3a9299876df5d335b8ce60a05 authored about 4 years ago by vednoc <[email protected]>
fix: update bad indentation for run step

2070132e333827cc0ecdb572bf76b4ba2a223a56 authored about 4 years ago by vednoc <[email protected]>
task: remove gitkeep files

271df7e1e484600e1c6f32564518f7a43308f269 authored about 4 years ago by vednoc <[email protected]>
feat: add userstyle counter in categories

781cf64c42bdb2b9b587bd02f39b01f15ef884cd authored about 4 years ago by vednoc <[email protected]>
fix: rename old userstyle archetype to styles

b86340931809528d4b484ae5e176b10ef9c7ff26 authored about 4 years ago by vednoc <[email protected]>
build: add daily cron job to redeploy the website

d63e9eb66748aceed0715dbc9e5e78b857ed3c75 authored about 4 years ago by vednoc <[email protected]>
fix: resize landing page text for mobile devices

7a7313e6ad676e5ed283523a19272d4a41158e1f authored about 4 years ago by vednoc <[email protected]>
fix: misc updates and shorten text in navbar

472697cf7ffb40520ad394aea5e82b019bfea18f authored about 4 years ago by vednoc <[email protected]>
feat: show star count for styles hosted on GitHub

5bda610146686b67ac0fbda993b8021f951a405d authored about 4 years ago by vednoc <[email protected]>
feat: add lazy loading for images in style cards

This will speed up loading times by a lot, especially once more
userstyles are added to "explore...

8ef18c06718a0c430fb88a9a40d7bacbbf05df53 authored about 4 years ago by vednoc <[email protected]>
fix: update classes on userstyle details page

f751ecab41c5b838c57b52d7edf6c063c7231166 authored about 4 years ago by vednoc <[email protected]>
feat: redesign the landing page

As shown in #1. The version with logo needs quite a bit of work.

a98446768d243fd1d2bbc67b3ae4192a6c1e967a authored about 4 years ago by vednoc <[email protected]>
styles: resize thumbnails to match new card size

8cf408b41c55ec5619636759e928a6d27c65c936 authored about 4 years ago by vednoc <[email protected]>
fix: improve Lighthouse a11y audit for card titles

71d559805f2dd787e79a140427ccb1a2a5e444e8 authored about 4 years ago by vednoc <[email protected]>