Thorsten Claus
|
a420ba2cfc
|
Formatting post per user fractions
closes #8227
|
2021-04-11 13:16:15 +02:00 |
|
Dennis Schubert
|
d4f92a8fae
|
Merge branch 'next-minor' into develop
|
2021-02-21 19:45:00 +01:00 |
|
Thorsten Claus
|
d7941230a4
|
Replace some http links with their https counterparts.
closes #8207
|
2021-02-21 19:44:42 +01:00 |
|
Benjamin Neff
|
caa8a29605
|
Merge branch 'next-minor' into develop
|
2020-12-30 14:16:08 +01:00 |
|
Benjamin Neff
|
1faddbc911
|
Fix "Change email" button position on mobile-ui
closes #8193
|
2020-12-30 14:16:02 +01:00 |
|
Thorsten Claus
|
d2acad1aed
|
Enlarge accept and deny buttons in open-id authorization (#8183)
* Enlarge accept and deny buttons
* Move Accept/Deny buttons to the center on mobile, moved right on dektops
|
2020-11-14 19:22:40 +01:00 |
|
Jonne Haß
|
6a4a983fa1
|
Merge branch 'next-minor' into develop
|
2020-11-02 15:34:08 +01:00 |
|
David Morley
|
9793f89761
|
Update poduptime link to diaspora only list
closes #8174
|
2020-11-02 15:33:38 +01:00 |
|
Jonne Haß
|
15c11b87ca
|
Merge branch 'next-minor' into develop
|
2020-09-04 21:58:57 +02:00 |
|
Jonne Haß
|
08395cc877
|
Migrate configuration to TOML
YAML is just too easy to get wrong
closes #8132
|
2020-09-04 21:48:54 +02:00 |
|
Dennis Schubert
|
517e3b22ba
|
Expose a user's .current_sign_in_ip in the admin panel
|
2020-09-02 21:06:13 +02:00 |
|
Jonne Haß
|
d13bcc00e0
|
Merge branch 'next-minor' into develop
|
2020-03-21 19:15:14 +01:00 |
|
Vitalie Ciubotaru
|
827a2ce991
|
Remove links to deleted profiles in admin user stats
closes #8063
closes #8061
|
2020-03-21 19:14:56 +01:00 |
|
Benjamin Neff
|
4139ae2549
|
Merge branch 'next-minor' into develop
|
2020-02-12 00:13:19 +01:00 |
|
Dennis Schubert
|
75ef13b5d1
|
Replace content_security_policy_nonce with content_security_policy_script_nonce.
To avoid an conflict with Rails, and to avoid confusing by twitter's gem overloading the method.
|
2020-02-11 23:53:14 +01:00 |
|
Jonne Haß
|
2da33408f9
|
Merge branch 'next-minor' into develop
|
2020-01-27 09:30:14 +01:00 |
|
Jonne Haß
|
1e642be040
|
Hide sign up link in mobile header when registrations are disabled
closes #8060
|
2020-01-27 09:30:11 +01:00 |
|
Jonne Haß
|
1bf05e7921
|
use desktop openid connect authorizations and error pages on mobile for now
|
2020-01-21 23:35:01 +01:00 |
|
Jonne Haß
|
39c863ead9
|
Merge branch 'develop' into api
|
2020-01-21 23:35:01 +01:00 |
|
Jonne Haß
|
2f7acbe4b3
|
API: fix missing page parameter to integer conversion
|
2020-01-21 23:34:43 +01:00 |
|
Jonne Haß
|
ab04633474
|
fix styling on the new authorization page
|
2020-01-21 23:34:43 +01:00 |
|
Jonne Haß
|
cb679371ac
|
Merge branch 'develop' into api
|
2020-01-21 23:34:43 +01:00 |
|
Jonne Haß
|
16e754f4c7
|
API: don't return default avatar
|
2020-01-21 23:34:00 +01:00 |
|
Dennis Schubert
|
862fa38f8b
|
Remove the JSXC/Prosody integration.
As per discussion on https://discourse.diasporafoundation.org/t/removing-diaspora-s-current-chat-integration/2718, nobody raised serious concerns or objections. Given future plans, we do not think having an unfinished implementation of something that likely will not get finished in the current form is worth it. So let's get rid of it.
|
2019-10-18 23:14:14 +02:00 |
|
Benjamin Neff
|
6f14f1b850
|
Merge branch 'next-minor' into develop
|
2019-06-17 01:20:42 +02:00 |
|
Benjamin Neff
|
ef31ea6b96
|
Enable remember me for all forms
fixes #8023
|
2019-06-17 01:12:42 +02:00 |
|
Benjamin Neff
|
314239ff2a
|
Merge branch 'next-minor' into develop
|
2019-05-12 00:25:52 +02:00 |
|
Benjamin Neff
|
e5ba9a1a46
|
Move translations to registrations.closed
And remove unused translations and make "another pod" translatable.
closes #7896
|
2019-05-12 00:25:36 +02:00 |
|
flaburgan
|
4feab5219e
|
Use a partial to share code between mobile and desktop, add the new route to the RegistrationController, drop flash message for closed registrations
|
2019-05-12 00:25:36 +02:00 |
|
alebor-5
|
469983a623
|
Improve communication about signing up on closed pods
fixes #7767
|
2019-05-12 00:25:08 +02:00 |
|
flaburgan
|
6826e89a95
|
Change design, add a link to the official website
fixes #7910
closes #7966
|
2019-05-12 00:12:12 +02:00 |
|
David Moseler
|
e04ddd0bcc
|
Clarify pod is part of diaspora in splash screen
|
2019-05-12 00:09:58 +02:00 |
|
Benjamin Neff
|
d25d9f96f9
|
Merge branch 'next-minor' into develop
|
2019-04-30 22:52:00 +02:00 |
|
Benjamin Neff
|
54fd4846c0
|
Use password to disable 2FA instead of a token
Using token doesn't make much sense when you can generate new tokens
right below.
closes #8006
|
2019-04-30 22:51:51 +02:00 |
|
Benjamin Neff
|
ecda6eccf6
|
Remove password reset and sign up link below two factor form
They don't make sense on that page, because at this stage, the user
already has an account and also has already entered their password.
closes #8005
|
2019-04-30 22:51:11 +02:00 |
|
Benjamin Neff
|
d486fbce8c
|
Merge branch 'next-minor' into develop
|
2019-04-30 00:21:55 +02:00 |
|
Dennis Schubert
|
ef137f09f2
|
Add lock icon to the 2fa OTP field
|
2019-04-30 00:21:36 +02:00 |
|
Benjamin Neff
|
607659939d
|
Enable paranoid mode for devise
fixes #8001
closes #8003
|
2019-04-30 00:21:00 +02:00 |
|
lislis
|
9d5b981809
|
Two factor authentication (#7751)
|
2019-04-28 23:24:40 +02:00 |
|
lislis
|
1da118780e
|
Two factor authentication (#7751)
|
2019-04-28 19:06:48 +02:00 |
|
Benjamin Neff
|
6ba9b24c1a
|
Merge branch 'next-minor' into develop
|
2019-04-27 18:00:40 +02:00 |
|
flaburgan
|
2073791cee
|
Add a manifest.json file as a first step to make diaspora* a PWA
fixes #7997
closes #7998
|
2019-04-27 18:00:14 +02:00 |
|
flaburgan
|
5b6cef0679
|
Remove legacy mobile web-capable
|
2019-04-27 17:56:51 +02:00 |
|
Benjamin Neff
|
e0a6189ec4
|
Merge branch 'next-minor' into develop
|
2019-03-30 15:05:47 +01:00 |
|
Benjamin Neff
|
c063f6fa1b
|
Bump devise
|
2019-03-30 15:01:00 +01:00 |
|
Benjamin Neff
|
2b2852267a
|
Merge branch 'next-minor' into develop
|
2019-01-06 22:18:48 +01:00 |
|
flaburgan
|
c8a1f308c6
|
Rename 'toggle mobile' to 'switch to touch-optimized mode' or 'switch to standard mode'
closes #7926
|
2019-01-06 22:04:22 +01:00 |
|
Hank Grabowski
|
58d2ce7ba6
|
Ignore Users in Mobile UI
fixes #7840
closes #7884
|
2019-01-06 21:55:33 +01:00 |
|
Benjamin Neff
|
652b0064e6
|
Merge branch 'next-minor' into develop
|
2018-11-08 20:58:35 +01:00 |
|
Benjamin Neff
|
25a9f5d5d7
|
Merge branch 'master' into next-minor
|
2018-11-08 20:58:22 +01:00 |
|
Benjamin Neff
|
32cd764786
|
Fix XSS via OpenGraph on mobile
|
2018-11-08 20:41:50 +01:00 |
|
Benjamin Neff
|
d3bb7ade78
|
Merge branch 'next-minor' into develop
|
2018-11-02 01:39:11 +01:00 |
|
flaburgan
|
65e0f90b86
|
Reword the web handler setting
fixes #7838
closes #7909
|
2018-11-02 01:35:44 +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
|
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 |
|
Benjamin Neff
|
dcbdb69e22
|
Merge branch 'next-minor' into develop
|
2018-07-11 01:35:50 +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 |
|
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
|
66175f6908
|
Merge branch 'next-minor' into develop
|
2018-04-12 01:56:07 +02:00 |
|
Benjamin Neff
|
e31ca1fd3b
|
Fix link to "Make yourself an admin"
|
2018-04-12 01:45:56 +02:00 |
|
Steffen van Bergerem
|
01ae004518
|
Make public stream accessible for logged out users
Fixes #6564.
closes #7775
|
2018-04-12 01:42:17 +02:00 |
|
Benjamin Neff
|
7d6623d069
|
Remove contacts page on profiles
closes #7769
|
2018-04-12 01:40:49 +02:00 |
|
Benjamin Neff
|
4fa92c1823
|
Remove flag for contacts visible to each other
This feature only worked on the same pod and was more confusing than
useful.
|
2018-04-12 01:39:11 +02:00 |
|
Benjamin Neff
|
c84411ea62
|
Merge branch 'next-minor' into develop
|
2018-03-25 08:37:11 +02:00 |
|
cmrd Senya
|
f632f8a1f8
|
Include templates to main.js
This is needed to properly initialize Handlebars partials without
a document ready handler.
fixes #7739
closes #7740
|
2018-03-25 08:27:23 +02:00 |
|
Benjamin Neff
|
b263cf7e6d
|
Merge branch 'next-minor' into develop
|
2018-03-07 00:39:52 +01:00 |
|
Dennis Schubert
|
8e88f4b183
|
Add the back-to-top button to all views
fixes #7727
|
2018-03-07 00:39:26 +01:00 |
|
Dennis Schubert
|
1903bfd307
|
Merge pull request #7581 from Fensterbank/improved-profile-picture-editor
Profile photo upload with cropping function
|
2018-02-25 04:17:44 +01:00 |
|
Frédéric Bolvin
|
d7abaaced0
|
implemented new profile photo upload with cropping function
|
2018-02-16 19:43:32 +01:00 |
|
flaburgan
|
b156c2f1a3
|
Use current-password and new-password for password autocomplete
closes #7642
fixes #7633
|
2018-01-21 21:29:06 +01:00 |
|
Janakas
|
497c647983
|
Rearrange userdata-export section and change timestamp to timeago
|
2018-01-08 21:14:01 +01:00 |
|
Janakas
|
d150a6b2af
|
Fix invite link on /contacts
closes #7690
|
2018-01-05 03:45:54 +01:00 |
|
Benjamin Neff
|
e0eb76eb2a
|
Remove aspect_ids parameter from publisher
closes #7683
|
2017-12-25 20:54:10 +01:00 |
|
Benjamin Neff
|
70c659192f
|
Fix default aspects on profile page and bookmarklet publisher
Fixes #7679
|
2017-12-25 20:54:05 +01:00 |
|
Benjamin Neff
|
d59b5b2df7
|
Fix birthday notification mail
Fixes #7681
closes #7682
|
2017-12-24 02:50:19 +01:00 |
|
Rete2
|
fc33a2ac5d
|
Create birthday notification and mailer
closes #7624
fixes #1649
|
2017-12-18 04:34:35 +01:00 |
|
Benjamin Neff
|
e82690963d
|
Add # frozen_string_literal: true to all files
|
2017-09-17 19:29:15 +02:00 |
|
Steffen van Bergerem
|
ddaa6df0b4
|
Replace photo_attachments with photo-attachments
closes #7601
|
2017-08-31 02:45:02 +02:00 |
|
Steffen van Bergerem
|
b77ecd482a
|
Replace aspect_membership_dropdown with aspect-membership-dropdown
|
2017-08-31 02:44:54 +02:00 |
|
Steffen van Bergerem
|
473cc2518b
|
Replace comment_box with comment-box
|
2017-08-31 02:44:53 +02:00 |
|
Steffen van Bergerem
|
7457f254c1
|
Replace last_author with last-author
|
2017-08-31 02:44:53 +02:00 |
|
Steffen van Bergerem
|
9fa032e4c9
|
Replace people_stream with people-stream
|
2017-08-31 02:44:53 +02:00 |
|
Steffen van Bergerem
|
7729635485
|
Replace publisher_textarea_wrapper with publisher-textarea-wrapper
|
2017-08-31 02:44:53 +02:00 |
|
Steffen van Bergerem
|
caeaf23d4b
|
Replace aspect_dropdown with aspect-dropdown
|
2017-08-31 02:44:53 +02:00 |
|
Steffen van Bergerem
|
3df4749733
|
Replace stream_container with stream-container
|
2017-08-31 02:44:53 +02:00 |
|
Steffen van Bergerem
|
b4e3f84607
|
Replace main_stream with main-stream
|
2017-08-31 02:44:47 +02:00 |
|
Steffen van Bergerem
|
48630b3a04
|
Fix conversation recipient prefill on contacts page
Use the already available contacts data for the prefill
|
2017-08-29 02:13:27 +02:00 |
|
Steffen van Bergerem
|
cd09c75c50
|
Prevent users from zooming in IE Mobile
Fixes #7499
According to https://msdn.microsoft.com/en-us/library/dn629259(v=vs.85).aspx,
“the minimum-scale, maximum-scale, and initial-scale properties are currently
unsupported for Internet Explorer for Windows Phone“.
For further information on the viewport properties see
https://drafts.csswg.org/css-device-adapt/#viewport-meta
closes #7589
|
2017-08-29 02:04:00 +02:00 |
|
Benjamin Neff
|
8f0c74f72e
|
Remove old_browser_js_support
This was needed for IE8 and IE9
|
2017-08-24 14:56:37 +02:00 |
|
Benjamin Neff
|
b8149a1fa1
|
Remove ie.js
Was needed for IE8
|
2017-08-24 14:56:37 +02:00 |
|
Benjamin Neff
|
a4d1ad160c
|
Fix stop ignoring from privacy settings and on mobile
Fixes #7541
|
2017-08-16 20:39:58 +02:00 |
|
Benjamin Neff
|
d6225daaf3
|
Merge pull request #7534 from oneturkmen/enable-mobile-web-app-capable-meta
added tag for supporting apps prior to Chrome M39
|
2017-08-15 00:56:43 +02:00 |
|
Batyr Nuryyev
|
70dfcd97c5
|
added tag for supporting apps prior to Chrome M39
updates tag to follow standard styleguide
|
2017-08-14 16:25:42 +03:00 |
|
flaburgan
|
2b90bb8562
|
Hide 'Sign in' header link on the connection page
|
2017-08-11 17:40:29 +02:00 |
|
Steffen van Bergerem
|
8ce76882e3
|
Replace deprecated visible-* classes
|
2017-08-10 17:51:01 +02:00 |
|