Philipp Holzer
|
a522cf609b
|
Fix browser language detection (& tests)
|
2019-10-10 16:39:04 +02: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
|
b62e20c7bf
|
Code beautification
|
2019-10-05 08:34:07 -04:00 |
|
Hypolite Petovan
|
445133cb21
|
Move Module\Search\Acl::contactAutocomplete to Core\Search::searchGlobalContact
- Replace broken reference to directory /lsearch module with /search module
|
2019-10-04 22:19:54 -04:00 |
|
Hypolite Petovan
|
8f20e2054b
|
Move /acl module to src/
- Move Core\ACL::contactAutocomplete to Module\Search\Acl
- Rename module path to /search/acl
|
2019-10-03 22:40:42 -04:00 |
|
Hypolite Petovan
|
2333526b8a
|
Merge pull request #7678 from annando/remote-rework
Reworked the remote authentication
|
2019-09-30 09:18:43 -04:00 |
|
Philipp Holzer
|
dc73117a62
|
code optimization
|
2019-09-30 14:03:15 +02:00 |
|
Philipp Holzer
|
49e812f3d3
|
Bugfix GetAllKeys() of Memcache
- Abstract Memcache and Memcached implementation
|
2019-09-30 14:03:15 +02:00 |
|
Philipp Holzer
|
d5dd12b8f8
|
Add Drone CI
- Add drone test environment
- Add drone config
- apt phpunit
- Fix api.php
- Fix item.php
- Fix DBStructure
- Check if caching is possible during tests
|
2019-09-30 14:03:12 +02:00 |
|
Michael
|
83b00ef308
|
New function "isAuthenticated"
|
2019-09-28 18:09:11 +00:00 |
|
Michael
|
6e9026e033
|
Renamed function, beginning to replace the "remote_user" function
|
2019-09-28 09:36:41 +00:00 |
|
Michael
|
704cdf1b5a
|
New function to store the "remote" session value / making the changes work
|
2019-09-26 04:47:42 +00:00 |
|
Michael
|
ec66553032
|
Reworked "remote" cookie handling
|
2019-09-25 22:24:17 +00:00 |
|
Michael
|
d5c37001cd
|
Empty the "remote" variable, avoid being remote to yourself
|
2019-09-25 07:02:07 +00:00 |
|
Michael
|
6a376c29d8
|
Fix session size problems
|
2019-09-25 05:57:32 +00:00 |
|
Michael
|
5254147ccc
|
Fix "redir" loop
|
2019-09-23 22:13:20 +00:00 |
|
Hypolite Petovan
|
32707022bf
|
Remove GET page parameter access from Core\ACL
|
2019-09-13 20:06:57 -04:00 |
|
Hypolite Petovan
|
1a81ed8616
|
Fix notice message when $return is undefined in Core\ACL
|
2019-09-13 20:06:22 -04:00 |
|
Michael
|
2dbd843ed2
|
Don't display ignored pending contacts, link to contact request page
|
2019-09-09 05:29:33 +00:00 |
|
Philipp Holzer
|
8273b88a3e
|
Add missing getPokeVerbs() method
|
2019-09-03 16:07:05 +02:00 |
|
Philipp
|
08b6f55a89
|
Merge pull request #7589 from annando/delivery-counter
Fix delivery counter / archive relay contacts
|
2019-09-03 15:59:49 +02:00 |
|
Michael
|
8947473c71
|
Contact details are now available when searching for a single contact
|
2019-09-02 05:33:13 +00:00 |
|
Michael
|
6af4c90dff
|
Fix delivery counter / archive relay contacts
|
2019-09-02 03:25:05 +00:00 |
|
Hypolite Petovan
|
ce7ec11d1d
|
Merge pull request #7570 from nupplaphil/bug/friendica-7298
Some code hardenings for semaphore locking
|
2019-08-29 15:02:07 -04:00 |
|
Michael Vogel
|
cf170c9c02
|
Fixed count, added to-do
|
2019-08-28 06:44:37 +02:00 |
|
Michael Vogel
|
9b7432781b
|
Don't transmit content to already archived contacts
|
2019-08-27 21:01:11 +02:00 |
|
Philipp Holzer
|
de7c026590
|
Some code hardenings for semaphore locking
|
2019-08-26 23:55:54 +02:00 |
|
Michael Vogel
|
a892156052
|
Output better comparable log entries for the worker
|
2019-08-23 07:23:32 +02:00 |
|
Michael
|
5a1a5a54dc
|
Delivery count now counts the failed delivery attempts as well
|
2019-08-20 07:39:13 +00:00 |
|
Philipp Holzer
|
c803dcb6c5
|
Fix Locks
- Wrong return of lock releasing with DBA provider
- It's not possible to maintain Semaphore locks, since they aren't accessible by other processes
Should solve https://github.com/friendica/friendica/issues/7298#issuecomment-521996540
|
2019-08-17 19:33:36 +02:00 |
|
Philipp Holzer
|
2c73377b39
|
Create Core\Process as a base for followup work
|
2019-08-17 09:09:13 +02:00 |
|
Philipp Holzer
|
90b438e082
|
Move mode settings to App\Mode
- Move isAjax() to App\Mode
- Move isTablet() to App\Mode
- Move isMobile() to App\Mode
- Refactor last usage of App->isBackend()
|
2019-08-17 09:09:13 +02:00 |
|
Hypolite Petovan
|
feb720a3ee
|
Merge pull request #7518 from nupplaphil/bug/lock_unlink
Fix Lock-Unlink
|
2019-08-15 12:11:01 -04:00 |
|
Philipp Holzer
|
2369ea1d50
|
Fix Lock-Unlink
- Check if .sem file exists before unlinking it
- Fixing https://github.com/friendica/friendica/issues/7298#issuecomment-521670482
|
2019-08-15 17:55:17 +02:00 |
|
Philipp Holzer
|
290dd2ab39
|
moved rest of BaseURL
|
2019-08-15 17:36:07 +02:00 |
|
Philipp Holzer
|
734b63adba
|
Fixed wrong "BaseUrl" class (=> "BaseURL")
|
2019-08-15 17:23:35 +02:00 |
|
Philipp Holzer
|
08be92a862
|
Moved BaseURL to App namespace (because similar type as Arguments/Modules/Modes)
|
2019-08-15 17:23:00 +02:00 |
|
Philipp Holzer
|
689a2145f6
|
Add @see for SO link
|
2019-08-15 16:24:11 +02:00 |
|
Philipp Holzer
|
e2e109b8c1
|
Fix getAllKeys() method for memcache instances
|
2019-08-15 14:26:05 +02:00 |
|
Philipp Holzer
|
41e2031e6b
|
Console Lock
WIP
|
2019-08-15 14:26:04 +02:00 |
|
Philipp Holzer
|
0af9747c6c
|
Add Arguments & Modules class
|
2019-08-13 16:29:11 +02:00 |
|
Hypolite Petovan
|
f068d00645
|
Merge pull request #7510 from nupplaphil/bug/Fix_Redis_test
Fix Redis test
|
2019-08-13 06:41:07 -04:00 |
|
Philipp Holzer
|
b28e11fee8
|
- Remove deprecated Redis::delete() function
|
2019-08-13 08:54:26 +02:00 |
|
Philipp Holzer
|
31cfac1cfa
|
Fix Redis test
- Check if $redis_port is null
|
2019-08-13 08:32:08 +02:00 |
|
Michael Vogel
|
afac4b7698
|
Improved calculation of deferred tasks
|
2019-08-13 06:43:08 +02:00 |
|
Michael Vogel
|
e07a17daf6
|
Added config value
|
2019-08-11 23:07:06 +02:00 |
|
Michael Vogel
|
5c72aeb8d7
|
Worker: The retrial value can now skip retrial levels
|
2019-08-11 10:28:52 +02:00 |
|
Michael Vogel
|
35a487ae30
|
Don't fork worker on frontend by default
|
2019-08-08 22:42:12 +02:00 |
|
Philipp Holzer
|
a66580444f
|
Fixing sort of BaseURL usage for App & Cache usage
|
2019-08-04 20:01:15 +02:00 |
|
Philipp Holzer
|
3834d5e129
|
Renamed __toString() to getName()
|
2019-08-04 16:14:19 +02:00 |
|