Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-02 | Show mastodon on modal (#6129) | Akihiko Odaki | |
2017-12-31 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-31 | Adding Serbian translation (#6133) | Branko Kokanovic | |
* Adding Serbian translation * i18n-tasks normalize | |||
2017-12-30 | Merge remote-tracking branch 'origin/master' into merge-upstream | David Yip | |
Conflicts: app/controllers/auth/confirmations_controller.rb | |||
2017-12-30 | keep the same filters and page when doing custom emojo stuff (fixes #6112) ↵ | beatrix | |
(#6114) | |||
2017-12-29 | Add more instance stats APIs (#6125) | Eugen Rochko | |
* Add GET /api/v1/instance/peers API to reveal known domains * Add GET /api/v1/instance/activity API * Make new APIs disableable, exclude private statuses from activity stats * Fix code style issue * Fix week timestamps | |||
2017-12-24 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-24 | Reduce motion for boost animation (#5871) | Nolan Lawson | |
* Reduce motion for boost animation Fixes #5833 * Fix ternary expression | |||
2017-12-22 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-22 | Display deleted users' role as “Suspended” (#6080) | ThibG | |
Deleted users are technically suspended, but the code displaying their status in the admin interface was broken and displayed a javascript object holding translations of the possible user roles instead. | |||
2017-12-13 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-13 | Add filters to admin UI for custom emojis (#6003) | Eugen Rochko | |
2017-12-13 | Clean up admin UI for accounts (#6004) | Eugen Rochko | |
* Add staff filter to admin UI for accounts, remove obsolete columns * Only display OStatus section in admin UI for accounts when OStatus data | |||
2017-12-12 | Merge remote-tracking branch 'tootsuite/master' into merge-upstream | David Yip | |
2017-12-12 | Improve public status page title (#5985) | Eugen Rochko | |
2017-12-10 | Added styling | kibigo! | |
2017-12-10 | Screenshot support for themes | kibigo! | |
2017-12-10 | Moved flavour UI into own prefs tab | kibigo! | |
2017-12-10 | pulled master, moved locale entry to new location | cwm | |
2017-12-10 | Only localize js when there's a theme | kibigo! | |
2017-12-10 | Javascript intl8n flavour support | kibigo! | |
2017-12-10 | Ruby intl8n for themes | kibigo! | |
2017-12-09 | add initial components based off of tootsuite pr #1507 | cwm | |
2017-12-09 | Back to Web UI from tag page when signed in (#5943) | Yamagishi Kazutoshi | |
2017-12-09 | Polish video player CSS, add timer on fullscreen/modal/public pages (#5928) | Eugen Rochko | |
2017-12-06 | Merge pull request #229 from glitch-soc/glitch-theme | beatrix | |
Advanced Next-Level Flavours And Skins For Mastodon™ | |||
2017-12-06 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-06 | Remove rabl dependency (#5894) | Eugen Rochko | |
* Remove rabl dependency * Replicate old Oj configuration | |||
2017-12-04 | Various fixes | kibigo! | |
2017-12-04 | current_theme -> current_flavour (#229) | David Yip | |
2017-12-04 | Merge branch 'gs-master' into glitch-theme | David Yip | |
2017-12-04 | Fixed a name + localizations | kibigo! | |
2017-12-03 | Rename themes -> flavours ? ? | kibigo! | |
2017-12-02 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-12-01 | Add invite filter (#5862) | Yamagishi Kazutoshi | |
2017-12-01 | Fix invites form path (#5861) | Yamagishi Kazutoshi | |
2017-12-01 | Allow admin to deactivate invite created by users (#5860) | Yamagishi Kazutoshi | |
2017-11-30 | Skins support | kibigo! | |
2017-11-28 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
2017-11-28 | Show "expired" in invite index (#5838) | Yamagishi Kazutoshi | |
* Show "expired" in invite index * "Force expire" -> "Deactivate" | |||
2017-11-27 | Merge remote-tracking branch 'tootsuite/master' | David Yip | |
2017-11-27 | Add UI for setting up account migration (#5832) | Eugen Rochko | |
2017-11-27 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip | |
2017-11-27 | Use account.username when display_name is empty (#5828) | Yamagishi Kazutoshi | |
2017-11-27 | Add consumable invites (#5814) | Eugen Rochko | |
* Add consumable invites * Add UI for generating invite codes * Add tests * Display max uses and expiration in invites table, delete invite * Remove unused column and redundant validator - Default follows not used, probably bad idea - InviteCodeValidator is redundant because RegistrationsController checks invite code validity * Add admin setting to disable invites * Add admin UI for invites, configurable role for invite creation - Admin UI that lists everyone's invites, always available - Admin setting min_invite_role to control who can invite people - Non-admin invite UI only visible if users are allowed to * Do not remove invites from database, expire them instantly | |||
2017-11-27 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-11-27 | Use account.display_name for og:title single toot pages (#5821) | Alda Marteau-Hardi | |
2017-11-24 | Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master | Jenkins | |
2017-11-24 | Add logging of admin actions (#5757) | Eugen Rochko | |
* Add logging of admin actions * Update brakeman whitelist * Log creates, updates and destroys with history of changes * i18n: Update Polish translation (#5782) Signed-off-by: Marcin Mikołajczak <me@m4sk.in> * Split admin navigation into moderation and administration * Redesign audit log page * 🇵🇱 (#5795) * Add color coding to audit log * Change dismiss->resolve, log all outcomes of report as resolve * Update terminology (e-mail blacklist) (#5796) * Update terminology (e-mail blacklist) imho looks better * Update en.yml * Fix code style issues * i18n-tasks normalize | |||
2017-11-21 | Minor fixes | kibigo! | |