Michael
|
9c933aacd2
|
Making test working again (reverting the last change)
|
2019-10-12 10:56:16 +00:00 |
|
Michael
|
c1ab93a5d8
|
Strings.php: Spaces are transformed to Tabs.
|
2019-10-12 10:28:18 +00:00 |
|
Hypolite Petovan
|
2c2beb5c0a
|
Revert Util\Strings::escapeHtml changes from #7725
- Breaks display of inserted mentions
|
2019-10-11 22:19:20 -04:00 |
|
Hypolite Petovan
|
bfcae2f79a
|
Merge pull request #7729 from MrPetovan/develop
Fix typo in Core\Authentication
|
2019-10-11 19:58:35 -04:00 |
|
Hypolite Petovan
|
001c9ed259
|
Fix typo in Core\Authentication
|
2019-10-11 19:57:04 -04:00 |
|
Hypolite Petovan
|
27eaffd7fb
|
Merge pull request #7725 from dew-git/develop
Fix security vulnerabilities.
|
2019-10-11 14:48:07 -04:00 |
|
dew-git
|
e1e1d26b5b
|
Revert random_int changes.
|
2019-10-11 00:00:15 -08:00 |
|
dew-git
|
1d1c089f84
|
Make test comply.
|
2019-10-10 21:21:22 -08:00 |
|
dew-git
|
b5dac16def
|
Comply with coding style.
|
2019-10-10 20:50:51 -08:00 |
|
dew-git
|
3940e804e3
|
Remove uneeded variable.
|
2019-10-10 20:48:13 -08:00 |
|
dew-git
|
dc01bdbc80
|
Use the utility instead.
|
2019-10-10 20:43:32 -08:00 |
|
dew-git
|
811cdcdfcb
|
Fix security vulnerbilities.
Fix possible length extension attack, predicable generators, timing attacks on hash comparision and improved formatting.
|
2019-10-10 15:21:41 -08:00 |
|
Philipp
|
f300c8040f
|
Merge pull request #7723 from MrPetovan/bug/fatal-errors
Complete L10n::detectLanguage call parameters in Module\Register
|
2019-10-10 23:25:00 +02:00 |
|
Hypolite Petovan
|
4b71fd2442
|
Replace deprecated calls to App->getBaseURL in Module\Register
|
2019-10-10 13:13:23 -04:00 |
|
Hypolite Petovan
|
67d374a14f
|
Complete L10n::detectLanguage call parameters in Module\Register
|
2019-10-10 13:12:55 -04:00 |
|
Hypolite Petovan
|
57a749af38
|
Add required use statement in mod/subthread
|
2019-10-10 13:12:27 -04:00 |
|
Tobias Diekershoff
|
50fa119f79
|
Merge pull request #7722 from nupplaphil/bug/7718-lang
Fix browser language detection
|
2019-10-10 16:54:32 +02:00 |
|
Philipp Holzer
|
a522cf609b
|
Fix browser language detection (& tests)
|
2019-10-10 16:39:04 +02:00 |
|
Philipp
|
cf4bae26c7
|
Merge pull request #7720 from MrPetovan/task/4090-move-delegate-to-src
Move mod/delegate to src/Module/Settings/Delegation
|
2019-10-10 10:24:15 +02:00 |
|
Hypolite Petovan
|
43567bcf0e
|
Add documentation comments to Module\Settings\Delegation
|
2019-10-10 04:17:37 -04:00 |
|
Hypolite Petovan
|
3cd916d7aa
|
Use Model\User::getById when possible in Module\Settings\Delegation
|
2019-10-10 04:10:57 -04:00 |
|
Hypolite Petovan
|
cc0cf2b8ce
|
Improve parent user password check in Module/Settings/Delegation
|
2019-10-10 04:10:29 -04:00 |
|
Hypolite Petovan
|
616edd0600
|
Move mod/delegate to src/Module/Settings/Delegation
- Move templates/delegate to templates/settings/delegation
|
2019-10-09 22:17:09 -04:00 |
|
Philipp
|
e72402389d
|
Merge pull request #7715 from annando/fix-getguid
The getGUID function hadn't fetched the GUID from pictures with scale "0"
|
2019-10-08 07:01:17 +02:00 |
|
Michael
|
11194d6679
|
Fix: The getGUID function hadn't fetched the GUID from pictures with scale "0"
|
2019-10-08 04:42:51 +00:00 |
|
Philipp
|
0c4ab89bc3
|
Merge pull request #7714 from MrPetovan/task/4090-move-search-to-src
Move mod/search to src/Module/Search/Index
|
2019-10-07 23:45:01 +02:00 |
|
Hypolite Petovan
|
e3e3ee72a0
|
Improve logging in Module\Search\Index
|
2019-10-07 16:18:19 -04:00 |
|
Hypolite Petovan
|
c8316bfe57
|
Use Dice instantiation to access App\Arguments
- Remove App->args accessors
|
2019-10-07 16:16:42 -04:00 |
|
Hypolite Petovan
|
1e737ae888
|
Move mod/search to src/Module/Search/Index
- Update BaseSeachModule not to depend on a single query string parameter
|
2019-10-07 14:27:46 -04:00 |
|
Hypolite Petovan
|
22598fc7e8
|
Improve search box
- Use new saved search module
- Use dynamic search option loop
- Use "q" instead of "search" for search query string parameter
|
2019-10-07 14:27:46 -04:00 |
|
Hypolite Petovan
|
cdefa7f32a
|
Add new module and widget for managing saved searches
|
2019-10-07 14:27:46 -04:00 |
|
Hypolite Petovan
|
11ad0acd28
|
Add accessor for App->args in App and BaseModule
|
2019-10-07 14:27:46 -04:00 |
|
Philipp
|
5f80180b47
|
Merge pull request #7710 from MrPetovan/task/rework-theme-session-vars
Rework theme session variables
|
2019-10-07 18:17:29 +02:00 |
|
Tobias Diekershoff
|
062f0c65d3
|
Merge pull request #7713 from annando/socialhome
Fix communication issues with systems that speak both AP and Diaspora
|
2019-10-07 07:25:48 +02:00 |
|
Michael
|
83f670e9e5
|
Test against the thread parent as well
|
2019-10-07 04:19:12 +00:00 |
|
Michael
|
9c6fd5fc35
|
Fix communication issues when a contact is able to speak AP, but uses Diaspora
|
2019-10-06 21:59:23 +00:00 |
|
Philipp
|
47d57cb184
|
Merge pull request #7712 from annando/proxy-logging
Some added logging to the proxy functionality to better analyze problems
|
2019-10-06 21:34:34 +02:00 |
|
Michael
|
1c8dd457cc
|
Just some added logging to the proxy functionality to better analyze problems
|
2019-10-06 18:48:33 +00:00 |
|
Hypolite Petovan
|
919727eacd
|
Merge pull request #7711 from annando/gserver-2
Fix for multiline host-meta, reducement of requests, fix for wordpress
|
2019-10-06 14:31:47 -04:00 |
|
Michael
|
4e7d94053e
|
Fix for multiline host-meta, reducement of requests, fix for wordpress
|
2019-10-06 16:33:39 +00:00 |
|
Hypolite Petovan
|
f4d06ebd47
|
Remove useless theme session variable deletions in modules
|
2019-10-06 12:08:15 -04:00 |
|
Hypolite Petovan
|
ead0defb48
|
Rework theme override in Profile::load and App
- Separate desktop theme from mobile theme in App
|
2019-10-06 12:07:06 -04:00 |
|
Hypolite Petovan
|
e5fbaf6a00
|
Add Session::clear method
- Replace manual session clear by method in mod/manage
|
2019-10-06 11:21:54 -04:00 |
|
Hypolite Petovan
|
4a5dfefacc
|
Move theme determination after full module run
|
2019-10-06 11:18:51 -04:00 |
|
Hypolite Petovan
|
cb4950a3be
|
Replace duplicated authentication code in FKOAuth1 with Session::setAuthenticatedForUser
|
2019-10-06 11:17:30 -04:00 |
|
Tobias Diekershoff
|
f13a5c0cb2
|
Merge pull request #7708 from MrPetovan/bug/7707-vier-fix-config
[vier] Add necessary required_once statement in theme/vier/config.php
|
2019-10-06 14:57:12 +02:00 |
|
Hypolite Petovan
|
ca65181577
|
Add necessary required_once statement in theme/vier/config.php
- Vier config.php depends on a function declared in theme.php
|
2019-10-06 08:46:56 -04:00 |
|
Hypolite Petovan
|
7959b9bbed
|
Merge pull request #7706 from tobiasd/20191006-checknote
add server side check about note to admin
|
2019-10-06 07:53:09 -04:00 |
|
Hypolite Petovan
|
69ea65c0f2
|
Merge pull request #7704 from annando/gcontact-update
Replace obsolete functionality in "PortableContact"
|
2019-10-06 07:51:52 -04:00 |
|
Tobias Diekershoff
|
cbaa4d13d1
|
add server side check about note to admin
|
2019-10-06 11:57:43 +02:00 |
|