aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2017-12-193-5/+3
|
* Set port if not specified in webfingerChocobozzz2017-12-193-19/+19
|
* Fix migrationChocobozzz2017-12-191-9/+1
|
* Fix migration scriptsChocobozzz2017-12-192-1/+2
|
* Add foreign key migrationChocobozzz2017-12-191-17/+36
|
* Status are sent to mastodonChocobozzz2017-12-1918-109/+130
|
* Use RsaSignature2017Chocobozzz2017-12-197-11/+21
|
* Add public/private keys generation in migrationsChocobozzz2017-12-191-0/+13
|
* Unfollow with hostChocobozzz2017-12-193-44/+4
|
* Add dirty migration :/Chocobozzz2017-12-195-10/+259
|
* Begin moving video channel to actorChocobozzz2017-12-1980-1992/+1721
|
* SaveChocobozzz2017-12-1914-350/+425
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-199-5/+73
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Fix database connection (host + port)Chocobozzz2017-12-151-1/+4
|
* Fix testsChocobozzz2017-12-141-7/+6
|
* Use sequelize scopesChocobozzz2017-12-1410-308/+261
|
* Add migrationChocobozzz2017-12-134-7/+56
|
* Fix job modelChocobozzz2017-12-131-2/+2
|
* Move models to typescript-sequelizeChocobozzz2017-12-13142-4842/+3412
|
* Upgrade to angular 5Chocobozzz2017-12-121-1/+1
|
* Fix lintChocobozzz2017-12-083-3/+1
|
* Finish admin designChocobozzz2017-12-087-59/+94
|
* Begin admin designChocobozzz2017-12-081-2/+2
|
* Fix testChocobozzz2017-12-081-3/+3
|
* Optimise transaction for video uploadChocobozzz2017-12-083-53/+49
|
* Design second video upload stepChocobozzz2017-12-083-14/+21
|
* First upload step is okChocobozzz2017-12-072-2/+3
|
* Make some fields optional when uploading a videoChocobozzz2017-12-075-57/+117
|
* Begin video watch designChocobozzz2017-12-067-19/+22
|
* Fix client searchChocobozzz2017-12-059-130/+98
|
* Fix missing default avatarChocobozzz2017-12-051-0/+2
|
* Fix lintChocobozzz2017-12-043-3/+2
|
* Add account avatarChocobozzz2017-12-0410-6/+111
|
* Fix bad to/cc when undo dislikeChocobozzz2017-11-303-4/+4
|
* Fix conflict rate serializationsChocobozzz2017-11-303-22/+30
|
* Fix req acceptsChocobozzz2017-11-302-2/+6
|
* Fix lintChocobozzz2017-11-3010-18/+22
|
* Fix activitypub check headersChocobozzz2017-11-303-6/+20
|
* Check correctly activitypub headersChocobozzz2017-11-302-1/+43
|
* Put activity pub sends inside transactionsChocobozzz2017-11-3021-113/+144
|
* Add ability to list jobsChocobozzz2017-11-3014-24/+287
|
* Better view counterChocobozzz2017-11-304-28/+48
|
* Users list only available when use is authenticatedChocobozzz2017-11-294-8/+34
| | | | And has a special right
* Fix well known and json parser with mastodonChocobozzz2017-11-295-2/+19
|
* Upgrade server dep'Chocobozzz2017-11-281-1/+1
|
* Change tab when changing follow urlChocobozzz2017-11-281-9/+9
|
* Remove max duration/filesize constraintsChocobozzz2017-11-284-32/+9
|
* Fix migration for Servers tableChocobozzz2017-11-283-1/+41
|
* Fix undo like/dislike forwardingChocobozzz2017-11-282-4/+15
|
* Refractor validatorsChocobozzz2017-11-2732-663/+498
|