Hypolite Petovan
|
1e32f74b0b
|
Rework Module/Objects
- Merge two item queries into one
- Add ETag check
- Use Router parameter
|
2020-04-05 18:00:46 -04:00 |
|
Hypolite Petovan
|
594db70a72
|
Merge pull request #8500 from lynn-stephenson/develop
Fix Password Reset Token Security
|
2020-04-05 08:15:31 -04:00 |
|
Lynn Stephenson
|
6cbcea1aac
|
Update lostpass.php
reduce info leakage on password reset tokens
|
2020-04-04 08:10:39 +00:00 |
|
Lynn Stephenson
|
f459a35cf4
|
Update lostpass.php
use CSPRNG for password reset token generation
|
2020-04-04 08:06:49 +00:00 |
|
Hypolite Petovan
|
40a7a43bd2
|
[frio] Add link to Compose page in jot
|
2020-04-03 16:33:00 -04:00 |
|
Hypolite Petovan
|
5ce404f517
|
Refactor user settings page
- Fix header hierarchy
- [frio] Fix panel display
- Move checkbox sub-template calls to template
|
2020-04-01 19:06:00 -04:00 |
|
Hypolite Petovan
|
3c50f985a9
|
Remove modal window for default post permission setting
|
2020-04-01 09:21:26 -04:00 |
|
Michael
|
d3722c945b
|
Improved Mime Type detection
|
2020-04-01 05:42:44 +00:00 |
|
Steffen K9
|
6ea9c1764c
|
remove default from match.php
|
2020-03-29 11:37:23 +02:00 |
|
Steffen K9
|
0ddda6160b
|
Remove multi profile mention in settings
Remove multi/default profile mention in settings privacy.
|
2020-03-29 11:17:08 +02:00 |
|
Hypolite Petovan
|
7fabafdce6
|
Enable visibility request parameter to override default user permissions in mod/item
|
2020-03-24 16:34:19 -04:00 |
|
Michael
|
8bde222fca
|
Issue 8371: Use correct user id for photo upload
|
2020-03-22 14:07:34 +00:00 |
|
Michael
|
505aa95c3d
|
Fixed wrong contact permisssion
|
2020-03-22 10:05:52 +00:00 |
|
Michael
|
6de2b0f6d4
|
Reworked permission stuff
|
2020-03-21 18:30:40 +00:00 |
|
Michael
|
2234a095c6
|
Issue 8371 again: Fallback for item permissions
|
2020-03-20 04:52:04 +00:00 |
|
Michael
|
29bd37cda2
|
Issue 8371: Ensure to always have permissions
|
2020-03-19 21:55:31 +00:00 |
|
Michael
|
37376fa715
|
Issue 8371: Improvements for picture permissions
|
2020-03-08 13:16:59 +00:00 |
|
Michael
|
a55057d974
|
Function renamed to better reflect the purpose
|
2020-03-05 08:03:05 +00:00 |
|
Michael
|
825a7f9f93
|
Issue 8321: Follow items now work again
|
2020-03-05 07:16:47 +00:00 |
|
Michael
|
55f43be92a
|
Changed setting description
|
2020-03-03 04:03:37 +00:00 |
|
Michael
|
a19151fa6a
|
Improved description, support for "unlisted" via DFRN as well.
|
2020-03-02 22:35:25 +00:00 |
|
Michael
|
72c198990e
|
Merge remote-tracking branch 'upstream/develop' into private
|
2020-03-02 15:05:00 +00:00 |
|
Michael
|
31f912b78e
|
Warning removed
|
2020-03-02 14:51:53 +00:00 |
|
Michael
|
4bf04dd6ee
|
Fixed fatal error
|
2020-03-02 12:29:08 +00:00 |
|
Michael
|
ca1b92bb34
|
Support unlisted public posts
|
2020-03-02 07:57:23 +00:00 |
|
Philipp
|
27b60b200e
|
Merge pull request #8352 from MrPetovan/bug/8002-album-drop-cancel
Use sensible URLs for return after album actions instead of $_SESSION['photo_return'] in mod/photos
|
2020-03-01 22:21:33 +01:00 |
|
Michael Vogel
|
057df09ffb
|
Merge pull request #8353 from MrPetovan/bug/8219-frio-fix-contact-csv-import
[frio] Enable file upload in settings form
|
2020-03-01 21:08:19 +01:00 |
|
Hypolite Petovan
|
ad2b9198a4
|
Remove last on/off data occurrences in additional features
- Address https://github.com/friendica/friendica/issues/7999#issuecomment-589808923
|
2020-03-01 14:15:08 -05:00 |
|
Hypolite Petovan
|
7ef3308a8d
|
Improve feedback in mod/settings
|
2020-03-01 10:15:35 -05:00 |
|
Hypolite Petovan
|
f814ca30d3
|
Use sensible URLs for return after album actions instead of $_SESSION['photo_return'] in mod/photos
|
2020-03-01 09:56:02 -05:00 |
|
nupplaPhil
|
4f2bea5cb1
|
Move "regmod" functionality into Admin Users page
|
2020-02-29 17:10:29 +01:00 |
|
nupplaPhil
|
b4f6e8fda1
|
Move "User::deny()" to own method and update usages
|
2020-02-29 17:10:28 +01:00 |
|
nupplaPhil
|
6aee153bbd
|
Move "User::allow()" to own method and update usages
|
2020-02-29 17:10:27 +01:00 |
|
Philipp
|
b0690077aa
|
Merge pull request #8329 from MrPetovan/bug/notices
Remove unused conversation response code
|
2020-02-25 21:45:13 +01:00 |
|
Hypolite Petovan
|
e94911620a
|
Expand system.no_auto_update to community, profile statuses and contact conversations pages
- Update setting name and description
|
2020-02-23 19:38:24 -05:00 |
|
Hypolite Petovan
|
452d7e6404
|
Remove unused conversation response code
- Remove get_responses()
- Remove get_response_button_text()
- Remove title key from $conv_responses array
- Address https://github.com/friendica/friendica/issues/8000#issuecomment-589263329
|
2020-02-22 20:41:12 -05:00 |
|
Hypolite Petovan
|
b2bfec3381
|
Remove unused template variable in mod/photos
|
2020-02-22 20:30:28 -05:00 |
|
Michael
|
9cbea34fa4
|
Clean the profile URL when follow
|
2020-02-22 12:29:33 +00:00 |
|
Michael
|
d03fb89494
|
Replace "hidewall" with "net-publish" / other "hidewall" stuff
|
2020-02-20 17:24:41 +00:00 |
|
Hypolite Petovan
|
637e38e535
|
User hide_dislike user setting to hide dislike button and conversation responses
|
2020-02-20 05:37:07 -05:00 |
|
Hypolite Petovan
|
1a8110234f
|
Move /settings/display module to src/
|
2020-02-20 05:37:06 -05:00 |
|
Michael
|
5ea27b1fd5
|
"fetch" instead of "add"
|
2020-02-19 20:34:25 +00:00 |
|
Michael
|
7ee9aad6ca
|
Some more unneeded settings removed
|
2020-02-19 19:31:55 +00:00 |
|
Michael
|
c57246450f
|
"Delegations" is renamed to "Accounts"
|
2020-02-19 07:09:29 +00:00 |
|
Michael
|
1d3586623c
|
Replace "suggestme" with "net-publish"
|
2020-02-17 07:16:45 +00:00 |
|
Michael
|
101251668c
|
Reworked expiration settings
|
2020-02-16 20:44:55 +00:00 |
|
Philipp
|
da124af6ed
|
Merge pull request #8293 from MrPetovan/task/5562-community-pagination
Improve community pagination
|
2020-02-16 19:38:49 +01:00 |
|
Hypolite Petovan
|
e0d03615bc
|
Add node-wide default items per page config
|
2020-02-16 13:04:26 -05:00 |
|
Hypolite Petovan
|
561472b975
|
Add L10n parameter to Pager classes
|
2020-02-16 12:50:39 -05:00 |
|
Michael
|
ee6cceba30
|
Clarify the effect of "net-publish"
|
2020-02-16 15:39:44 +00:00 |
|