Frank Rousseau
|
50e034769f
|
Make syntax compliant with the pronto configuration
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
71d324a8e4
|
Follow official specs
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
3f00195eed
|
Merge conv deletion and visibility deletion
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
bbbe3aea7f
|
Make messages API conformed with docs
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
454be1b468
|
Make conversation API data format ok with docs
* Base the API requesting on GUID instead of ID
* Include read field
* Do not include messages in conversation results
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
d03b830b07
|
Fix styles for some API controllers
* Comments
* Likes
* Streams
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
84f972b368
|
Add conversation visibilities API controller
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
43a8cbff5d
|
Add messages API controller
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
0af04a5c1e
|
Add conversations API controller
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
1879adcde4
|
Add service for conversations
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
40d42f4b58
|
Add conversation presenter
|
2018-11-01 13:56:18 +01:00 |
|
Frank Rousseau
|
f66bd9e1af
|
Add exception handlers in base API controller
* For record not found returns a 404 response
* For wrong parameters returns a 400 response
* For other exceptions returns a 500 response
|
2018-11-01 13:56:18 +01:00 |
|
theworldbright
|
e84e3e64c6
|
Add likes API route
|
2018-11-01 13:56:18 +01:00 |
|
theworldbright
|
44742109b0
|
Add streams API routes
|
2018-11-01 13:56:18 +01:00 |
|
theworldbright
|
ea3395378f
|
Combine Comment index with Post show API route
|
2018-11-01 13:56:18 +01:00 |
|
theworldbright
|
47c7de22ae
|
Add comments API routes
|
2018-11-01 13:56:18 +01:00 |
|
theworldbright
|
c432bb4891
|
Add posts API routes
|
2018-11-01 13:56:18 +01:00 |
|
Dennis Schubert
|
a928e40d7f
|
Merge branch 'next-minor' into develop
|
2018-10-14 06:03:12 +02:00 |
|
Zachary Rabinovich
|
c4fed4bbcc
|
Add the ability to assign roles in the admin panel
closes #7868
|
2018-10-14 06:03:06 +02:00 |
|
Dennis Schubert
|
9bab794ea4
|
Merge branch 'next-minor' into develop
|
2018-10-08 02:50:36 +02:00 |
|
Benjamin Neff
|
fc6893d4fc
|
Remove facebook integration
Facebook removed the API and facebook integration is broken now, so lets
remove it.
closes #7874
|
2018-10-08 02:50:25 +02:00 |
|
Benjamin Neff
|
c9f65332de
|
Merge branch 'next-minor' into develop
|
2018-09-06 02:33:43 +02:00 |
|
Dennis Schubert
|
65a2b8da12
|
Include PostsHelper in NotifierHelper
Fixes #7852
closes #7853
|
2018-09-06 02:33:33 +02:00 |
|
Benjamin Neff
|
08e108d3d8
|
Fix comment notification subject for posts without text
Fixes #7854
|
2018-09-05 03:17:58 +02:00 |
|
Benjamin Neff
|
2eb17e109b
|
Fix comment notification subject for posts without text
Fixes #7854
|
2018-09-05 01:32:36 +02:00 |
|
Benjamin Neff
|
9b3f90dc90
|
Merge branch 'next-minor' into develop
|
2018-07-20 11:07:18 +02:00 |
|
Benjamin Neff
|
79907b78b9
|
Use podname for web+diaspora:// protocol handler
closes #7839
|
2018-07-20 11:07:11 +02:00 |
|
Benjamin Neff
|
80bc90afa9
|
Fix preview with uploaded photos
|
2018-07-17 20:48:37 +02:00 |
|
Benjamin Neff
|
1289b3b541
|
Merge branch 'next-minor' into develop
|
2018-07-13 10:22:04 +02:00 |
|
Dennis Schubert
|
af500dabbc
|
Add section in the User's settings to register the protocol handler
closes #7833
|
2018-07-13 10:19:43 +02:00 |
|
Dennis Schubert
|
f8a4a2c510
|
Gracefully ignore exceptions when trying to register the ProtocolHandler
|
2018-07-13 10:18:48 +02:00 |
|
Dennis Schubert
|
8709c45d30
|
Move the protocol handler into a proper helper module
Previous file history in 80dfdcd6af, couldn't keep it.
|
2018-07-13 10:18:48 +02:00 |
|
Benjamin Neff
|
ea15403d57
|
Merge pull request #7655 from Flaburgan/6721-fix-upload-progress-bar
Fix multiple photos upload progress bar
|
2018-07-11 01:37:02 +02:00 |
|
Benjamin Neff
|
dcbdb69e22
|
Merge branch 'next-minor' into develop
|
2018-07-11 01:35:50 +02:00 |
|
cmrd Senya
|
80dfdcd6af
|
Add web+diaspora:// links handler installation
|
2018-07-11 01:26:43 +02:00 |
|
cmrd Senya
|
6f812a5b8f
|
Add LinksController
LinksController redirects requests for provided diaspora:// links to
respective entities urls.
|
2018-07-11 01:24:28 +02:00 |
|
cmrd Senya
|
2e0b382699
|
Use 'post' prefix for status message route helpers
This is required to make url_for(StatusMessage.new) work
|
2018-07-11 01:24:28 +02:00 |
|
flaburgan
|
af02d01d41
|
Fix progress when uploading multiple photo at the same time
|
2018-07-09 17:48:30 +02:00 |
|
Benjamin Neff
|
f9a59f2ff0
|
Merge branch 'next-minor' into develop
|
2018-06-20 00:50:34 +02:00 |
|
HankG
|
5a8bdc1e71
|
Facebook plugin always appends (via D* post URL) to cross-posts
fixes #7770
closes #7774
|
2018-06-20 00:47:12 +02:00 |
|
Benjamin Neff
|
0b9ba559c7
|
Merge branch 'next-minor' into develop
|
2018-06-18 02:48:47 +02:00 |
|
flaburgan
|
3d83fbdbe5
|
Link to the pod in the emails footer
closes #7814
|
2018-06-18 02:47:56 +02:00 |
|
Benjamin Neff
|
f3d2a54050
|
Merge branch 'next-minor' into develop
|
2018-06-16 04:36:13 +02:00 |
|
cmrd Senya
|
87968284ba
|
Support fetching StatusMessage by Poll guid
When public fetch is requested with Poll guid, return parent
StatusMessage for it, which includes the Poll in its turn.
closes #7815
|
2018-06-16 04:36:05 +02:00 |
|
Benjamin Neff
|
0cb212e6cb
|
Merge branch 'next-minor' into develop
|
2018-05-16 00:54:46 +02:00 |
|
cmrd Senya
|
a3378ae744
|
Account merging: handle duplicates for TagFollowing
I missed it in #7803
closes #7807
|
2018-05-16 00:54:16 +02:00 |
|
Benjamin Neff
|
2a60cb30a1
|
Merge branch 'next-minor' into develop
|
2018-05-03 21:33:10 +02:00 |
|
cmrd Senya
|
cb294fd3f4
|
Add completed_at to account_migrations
Use completed_at datetime field as an indication of a performed migration
closes #7805
|
2018-05-03 21:31:29 +02:00 |
|
Benjamin Neff
|
22d1ad995c
|
Merge branch 'next-minor' into develop
|
2018-04-30 22:54:33 +02:00 |
|
cmrd Senya
|
8680b24a2e
|
Account merging support
Adds support for merging accounts with account migration by eliminating
duplicate data in favor of the target user's data.
closes #7803
|
2018-04-30 22:06:34 +02:00 |
|