458981f75c
Replace x() by isset(), !empty() or defaults()
...
- Remove extraneous parentheses around empty() calls
- Remove duplicate calls to intval(), count() or strlen() after empty()
- Replace ternary operators outputting binary value with empty() return value
- Rewrite defaults() without x()
2018-11-30 09:06:22 -05:00
Michael Vogel
ea4e772b1e
Merge pull request #6199 from MrPetovan/task/move-config-to-php-array
...
Move config to PHP array
2018-11-26 23:57:56 +01:00
4f9f86e310
We are now escaping many template fields
2018-11-25 18:56:26 +00:00
c964e193b9
Replace *.ini.php by *.config.php in comments
2018-11-25 01:44:51 -05:00
98d90e131d
Update install to generate config/local.config.php
2018-11-25 01:44:09 -05:00
d6eb1135e5
Add support for PHP array config files
...
- Add new base config files
- Remove useless DIRECTORY_SEPARATOR instances
2018-11-25 01:42:05 -05:00
6eb6cc94c7
Move config/dbstructure.php to config/dbstructure.config.php
2018-11-25 01:14:44 -05:00
92556e5161
Fix user account removal expiration delay
2018-11-24 20:59:18 -05:00
54f4ac6ae0
Remove redirection from User::remove
2018-11-24 20:58:41 -05:00
0dd120bb06
Normalize quotes in User::remove
2018-11-24 20:58:11 -05:00
0bae80a2d3
Update deprecated calls in Model\user and mod/removeme
2018-11-24 20:56:38 -05:00
9d2f474c07
Fix open registration email
2018-11-24 20:55:18 -05:00
Michael Vogel
3f4636d490
Merge pull request #6183 from MrPetovan/bug/6135-hide-follower-only-birthdays
...
Hide follower-only birthday reminders
2018-11-24 15:55:43 +01:00
6b845b35d3
Merge pull request #6197 from annando/hide-short-groups
...
Don't show the group filter where there is only one
2018-11-24 08:22:43 -05:00
19053141a2
Merge pull request #6193 from annando/redirection
...
Fixing redirection problems with parameters
2018-11-24 08:13:35 -05:00
Michael Vogel
42a3610a79
Merge pull request #6184 from MrPetovan/task/normalize-bbcode-hashtags
...
Normalize BBCode hashtags links
2018-11-24 13:14:50 +01:00
a3a2147def
Don't show the group filter where there is only one
2018-11-24 12:10:30 +00:00
167ff0eb71
Making the tests happy
2018-11-24 09:01:10 +00:00
586c7fb29a
Fixing redirection problems with parameters
2018-11-24 00:27:00 +00:00
Michael Vogel
96a43d0db9
Merge pull request #6191 from MrPetovan/task/urlencode-file-param
...
URL encode /network file query parameter
2018-11-23 21:37:31 +01:00
4b8af10561
Fix display of Connect/Disconnect links on contact page
2018-11-23 11:09:43 -05:00
9774fd8be9
Remove unused parameter $save in HTML::search
...
- Remove unused variables in saved_search()
2018-11-23 09:53:14 -05:00
902ade9891
Merge pull request #6189 from MrPetovan/bug/5737-hide-ignore-anonymous
...
Fix ignore link showing for anonymous users
2018-11-23 10:01:56 +01:00
03de5c018f
Fix ignore link showing for anonymous users
2018-11-23 01:25:38 -05:00
ea5ba309dc
Some more AP blocking
2018-11-22 22:31:48 +00:00
2f7b138b09
Block AP delivery
2018-11-22 22:23:31 +00:00
ba1e385f86
Don't deliver to blocked domains
2018-11-22 22:09:22 +00:00
fb0140a62b
Checking for blocked user does now check for blocked domain as well
2018-11-22 21:43:16 +00:00
ee88de1ef9
Normalize BBCode Hashtag replacement
2018-11-22 09:34:17 -05:00
81f89ccae8
Remove stored URL from hashtag terms
2018-11-22 09:33:42 -05:00
4874f7f8ab
Remove useless rawurlencode calls for building hashtag bbcode
...
- Fix some formatting
2018-11-22 09:32:41 -05:00
14df030f44
Add contact conditions to getBirthdays/updateBirthdays
2018-11-22 00:15:44 -05:00
de5ee56d2f
Move DFRN::birthdayEvent() to Event::createBirthday
2018-11-22 00:15:09 -05:00
d71e856535
Replace remaining occurrences of "0001-01-01" with DBA::NULL_DATE
2018-11-21 23:53:45 -05:00
cf1c63fcc2
Merge pull request #6176 from annando/ap-security
...
AP: Security check against forged "create" activities
2018-11-21 18:10:45 +01:00
aa1882fd99
Sanitize the OEmbed data before processing it
2018-11-21 07:07:24 +00:00
27d1da0468
One space too much
2018-11-20 20:49:06 +00:00
5c39779b45
AP: Security check against forged "create" activities
2018-11-20 20:40:47 +00:00
Jonny Tischbein
9aea59d4e3
Change Worker to use only MemFree in isMinMemoryReached
2018-11-19 23:21:40 +01:00
43079bfaf8
Several default features are now in the core
2018-11-18 20:13:46 +00:00
75398b96d5
Merge pull request #6164 from annando/network-protocols
...
Networks are now protocols
2018-11-18 07:47:10 -05:00
0ad71ebbbc
Networks are now protocols
2018-11-18 12:44:01 +00:00
Michael Vogel
9dfc970bd6
Merge pull request #6144 from Alkarex/ATOM-self
...
Correct self attribute in ATOM feeds
2018-11-18 12:31:15 +01:00
e2ea4a3dc3
Allow to delete every post, even public ones
2018-11-17 22:56:28 +00:00
807afa3059
Merge pull request #6158 from tobiasd/20181117-contactedittab
...
Add link to user groups from /contact
2018-11-17 14:12:30 -05:00
6be831fd32
Add link to user groups from /contact
...
There was no way to get to the contact group editor from the contact overview.
Additionally the documentation about the used accesskeys was updated.
2018-11-17 18:33:12 +01:00
22fedc9a1a
Merge pull request #6152 from JonnyTischbein/issue_delete_from_saved_folder
...
Fix deleting last element and displaying empty saved folder
2018-11-17 11:59:24 -05:00
Jonny Tischbein
458b0f3545
Change how to decide between empty update and not called field file
2018-11-17 16:04:54 +01:00
Jonny Tischbein
56406b9910
Fix SQL Error if no items where found + Fix setting to null
2018-11-17 13:22:32 +01:00
9e25270699
Merge pull request #6145 from Alkarex/ATOM-title-encoding
...
Fix ATOM feed entry titles encoding
2018-11-17 07:01:53 -05:00