You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec
Colin Mitchell 871c0d251a Application prefs section (#2758)
* Add code for creating/managing apps to settings section

* Add specs for app changes

* Fix controller spec

* Fix view file I pasted over by mistake

* Add locale strings. Add 'my apps' to nav

* Add Client ID/Secret to App page. Add some visual separation

* Fix rubocop warnings

* Fix embarrassing typo

I lost an `end` statement while fixing a merge conflict.

* Add code for creating/managing apps to settings section

- Add specs for app changes
- Add locale strings. Add 'my apps' to nav
- Add Client ID/Secret to App page. Add some visual separation
- Fix some bugs/warnings

* Update to match code standards

* Trigger notification

* Add warning about not sharing API secrets

* Tweak spec a bit

* Cleanup fixture creation by using let!

* Remove unused key

* Add foreign key for application<->user
8 years ago
..
controllers Application prefs section (#2758) 8 years ago
fabricators Introduce access token fabricators (#4401) 8 years ago
features Add scenarios for log in (#3497) 8 years ago
fixtures Use charlock_holmes instead of nkf at FetchLinkCardService (#4080) 8 years ago
helpers Use URI.join even when S3 enabled (#4652) 8 years ago
javascript feat: Cache status height to avoid expensive renders (#4439) 8 years ago
lib Put ActivityPub alternate link into Atom, prefer it when processing Atom (#4623) 8 years ago
mailers Spec UserMailer (#3757) 8 years ago
models Application prefs section (#2758) 8 years ago
policies Add status destroy authorization to policy (#3453) 8 years ago
presenters Use around hook to restore context in InstancePresenter spec (#3430) 8 years ago
requests Redesign the landing page, mount public timeline on it (#4122) 8 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
services Fix bugs which OStatus accounts may detected as ActivityPub ready (#4662) 8 years ago
support Some minor change and spec for Account (#3813) 8 years ago
validators Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 8 years ago
views Redesign /terms page (#4338) 8 years ago
workers Improve ActivityPub/OStatus compatibility (#4632) 8 years ago
rails_helper.rb Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) 8 years ago
spec_helper.rb Add more tests for AtomSerializer (#2096) 8 years ago