Michael
|
2d66242b4f
|
The delete function is now changed to the new function
|
2018-01-17 23:22:01 +00:00 |
|
Michael
|
c4d3ab6878
|
Transfer all item shadow functions to the item class
|
2018-01-16 22:23:19 +00:00 |
|
Hypolite Petovan
|
e36f2bb1fb
|
Use short form array syntax everywhere
- Add short form array syntax to po2php.php generation
|
2018-01-15 14:07:17 -05:00 |
|
Hypolite Petovan
|
ae66bcaff3
|
Rename selectOne to selectFirst
|
2018-01-10 12:57:21 -05:00 |
|
Hypolite Petovan
|
da60893590
|
Replace dba::select(limit => 1) by dba::selectOne
- Convert array declarations to new style
|
2018-01-10 12:57:21 -05:00 |
|
Adam Magness
|
dc175b8e12
|
Update functions and calls
Change function names, calls and use dba functions.
|
2018-01-10 12:05:20 -05:00 |
|
Michael
|
f2efd58366
|
Sends notifications for public posts with "uid=0"
|
2018-01-07 11:08:36 +00:00 |
|
Michael Vogel
|
066b776dcc
|
Merge pull request #4166 from MrPetovan/task/fix-scrutinizer-issues
[Scrutinizer] Fix unused code issues in boot and include
|
2018-01-04 20:59:07 +01:00 |
|
Hypolite Petovan
|
35a18f6825
|
Fix unused code in include (second pass)
|
2018-01-04 12:21:13 -05:00 |
|
Hypolite Petovan
|
3b23f89ca2
|
Fix unused code in include
- Fix local formatting
- Remove unused variable
- Fix unreached breaks
- Remove commented out code
- Add some documentation
|
2018-01-04 12:21:13 -05:00 |
|
Hypolite Petovan
|
1f805da94f
|
Move ParseUrl to Util namespace
|
2018-01-04 12:03:15 -05:00 |
|
Hypolite Petovan
|
9ea4fad46c
|
Review: Ensure $arr['network'] is populated in item_store
|
2018-01-02 08:32:53 -05:00 |
|
Hypolite Petovan
|
69df67740c
|
Last minute fix to include/items
- Use defaults() to fix undefined indexes
|
2018-01-02 08:18:19 -05:00 |
|
Hypolite Petovan
|
9f04017e27
|
Quick fix PHP notices in various files
- Remove unused variables
- Fix variable name typos
- Use x() and defaults() to fix undefined index
- Add back uninitialized variables
|
2018-01-02 08:11:14 -05:00 |
|
Hypolite Petovan
|
eb1b6605b7
|
Remove include/oembed and mod/oembed
|
2017-12-31 20:58:32 -05:00 |
|
Adam Magness
|
9e6bf79380
|
Crypto to src
move Crypto to src and Friendica\Util namespace
|
2017-12-30 11:51:49 -05:00 |
|
Michael
|
84b85e9198
|
Removed old include
|
2017-12-13 07:06:36 +00:00 |
|
Michael
|
fc55a4b9c0
|
The feed moved into the new location
|
2017-12-13 07:02:52 +00:00 |
|
Michael
|
88ef61df95
|
Removed useless "function_exists" checks
|
2017-12-12 04:52:33 +00:00 |
|
Hypolite Petovan
|
4fe8dab08d
|
Remove include/group.php
|
2017-12-09 13:45:54 -05:00 |
|
Hypolite Petovan
|
abdecd2b2f
|
Use new Model methods for groups
|
2017-12-09 13:45:17 -05:00 |
|
Hypolite Petovan
|
bc58e8d3be
|
Rename Model\GlobalContact to Model\GContact
|
2017-12-07 23:57:56 -05:00 |
|
Hypolite Petovan
|
a42595a30c
|
Move Object\Contact to Model\Contact
|
2017-12-07 23:56:12 -05:00 |
|
Hypolite Petovan
|
3fc3e67b70
|
Separate Object\Photo into Model\Photo and Object\Image
- Renamed a bunch of functions to shorter or clearer names
|
2017-12-07 23:54:51 -05:00 |
|
Michael Vogel
|
5747cfc79c
|
Revert "Move Objects to Model"
|
2017-12-08 05:21:51 +01:00 |
|
Hypolite Petovan
|
cd84bf8963
|
Rename Model\GlobalContact to Model\GContact
|
2017-12-07 09:09:28 -05:00 |
|
Hypolite Petovan
|
18d93cddf6
|
Move Object\Contact to Model\Contact
|
2017-12-07 09:04:24 -05:00 |
|
Hypolite Petovan
|
52bddd580c
|
Separate Object\Photo into Model\Photo and Object\Image
- Renamed a bunch of functions to shorter or clearer names
|
2017-12-07 08:56:11 -05:00 |
|
Michael
|
45227a12a6
|
"item_id" and "spam" aren't used
|
2017-12-05 22:20:49 +00:00 |
|
Michael
|
e5c2b7a243
|
Don't archive "self" contacts
|
2017-12-05 21:29:33 +00:00 |
|
Michael
|
dc32553a1d
|
Better usew the author
|
2017-12-04 19:50:32 +00:00 |
|
Michael
|
360e39ca5b
|
unmark for archival
|
2017-12-04 19:36:08 +00:00 |
|
Michael
|
3bb53967f4
|
Merge remote-tracking branch 'upstream/develop' into archive-contact
|
2017-12-04 19:05:53 +00:00 |
|
Michael
|
ca41e9154d
|
Archive and unarchive contacts
|
2017-12-04 19:04:50 +00:00 |
|
Adam Magness
|
b1d16fbdf7
|
Update use statements
update use statements for rename to singular.
|
2017-12-04 09:04:36 -05:00 |
|
Adam Magness
|
6e5471def3
|
Rename to singular
Rename and update references. Standards and a require_once.
|
2017-12-04 09:01:27 -05:00 |
|
Adam Magness
|
2f0da29c75
|
Features to src
Move Features to class in Friendica\Content namespace. Update function calls and references.
|
2017-12-04 08:33:49 -05:00 |
|
Michael
|
adf802474b
|
Zot was never really supported, so it is now removed completely
|
2017-12-02 21:57:39 +00:00 |
|
Adam Magness
|
2b121779a6
|
Salmon move to src
Salmon class, update function name and function calls. Some standards as well.
|
2017-12-02 09:32:45 -05:00 |
|
Adam Magness
|
f21feb975d
|
Require Cleanup
Remove instances of require_once for email.php
|
2017-12-01 14:57:13 -05:00 |
|
Adam Magness
|
0373056448
|
Review and Use statements
use statements and review changes.
|
2017-11-29 17:29:11 -05:00 |
|
Adam Magness
|
0091d318e5
|
Function names
Update function names and corresponding function calls
|
2017-11-29 12:17:12 -05:00 |
|
Adam Magness
|
54827e7fed
|
Photo to src
Move Photo to Friendica\Object namespace and replace require_once statments with use statements.
|
2017-11-29 07:52:27 -05:00 |
|
Michael
|
4ddcc77c77
|
Always show small preview pictures, not the big ones
|
2017-11-25 10:07:49 +00:00 |
|
Michael
|
4a4be4d664
|
Fix some SQL problems
|
2017-11-24 07:44:02 +00:00 |
|
Michael
|
7c3fd2adb5
|
Some more replaced old database functions
|
2017-11-22 07:21:19 +00:00 |
|
Hypolite Petovan
|
5ee728972e
|
Remove include/Contact.php
- Remove all mentions to include/Contact.php
|
2017-11-19 17:05:21 -05:00 |
|
Hypolite Petovan
|
ec02af593d
|
Change called method names
- Add GlobalContact::getRandomUrl
- Rename Contact::getIdForURL
- Rename Diaspora::sendUnshare
- Remove unused parameter $self in Contact::terminateFriendship
|
2017-11-19 17:03:39 -05:00 |
|
Hypolite Petovan
|
b92fc24ff0
|
Add Contact Object
- Add Profile Object
- Add User Model
- Add use statements
|
2017-11-19 16:55:28 -05:00 |
|
Michael
|
8cd21269ff
|
The last of the big workers moved ... delivery and notifier
|
2017-11-19 18:59:55 +00:00 |
|
Adam Magness
|
cd12de46f8
|
OStatus moved to src
OStatus moved to Friendica\Protocol namespace. References and function calls updated.
Related to #3878
|
2017-11-15 23:09:11 -05:00 |
|
Adam Magness
|
259f91caa9
|
PortableContact created
Create PortableContact and remove socgraph, update references, and calls
|
2017-11-15 10:53:16 -05:00 |
|
Adam Magness
|
47db624105
|
GlobalContact created
Moved DirSearch and GlobalContact related functions to Friendica\Model namespace
|
2017-11-15 09:47:49 -05:00 |
|
Hypolite Petovan
|
acd65aade1
|
Switch to new php-encryption library version
- Remove references to library/ files
- Add namespace to library classes
|
2017-11-09 02:21:37 -05:00 |
|
Adam Magness
|
4ca68c7af0
|
Class file relocations
Issue #3878
|
2017-11-08 08:37:03 -05:00 |
|
Adam Magness
|
6189f6c8e7
|
Relocate class files from /include to /src/
dbm, Diaspora, dfrn, and NotificationsManager moved to namespace. Includes and references in files updated.
|
2017-11-08 08:36:48 -05:00 |
|
Michael
|
76f73c7236
|
And some more places
|
2017-11-07 22:15:59 +00:00 |
|
Adam Magness
|
0dfa57948f
|
Issue-#3873
Replace deprecated functions with new syntax.
|
2017-11-07 06:24:39 -05:00 |
|
Michael
|
930309d2ec
|
Merge remote-tracking branch 'upstream/develop' into worker-class
|
2017-11-05 17:23:53 +00:00 |
|
Hypolite Petovan
|
cff1de034f
|
Remove reference to languagedetect in library folder
|
2017-11-05 09:00:34 -05:00 |
|
Michael
|
478e363967
|
proc_run was replaced
|
2017-11-05 12:15:53 +00:00 |
|
Michael
|
5222606602
|
Use the exclamation mark to address forums as well
|
2017-10-31 19:33:23 +00:00 |
|
Michael
|
1cff94d476
|
Bugfix: Item were stored before the expiration date
|
2017-10-18 18:01:08 +00:00 |
|
Michael
|
5498f04ffa
|
OStatus: Auto subscribe to forum accounts
|
2017-10-17 04:45:38 +00:00 |
|
Michael
|
c6dbbe21b4
|
Preparation for the possibility to globally block contacts
|
2017-10-07 09:52:43 +00:00 |
|
Tobias Diekershoff
|
071946fa78
|
Revert "Update languagedetect library"
|
2017-10-05 11:58:18 +02:00 |
|
Tobias Diekershoff
|
c22920edba
|
Merge pull request #3743 from MrPetovan/task/update-languagedetect
Update languagedetect library
|
2017-10-05 08:49:17 +00:00 |
|
Michael
|
fffc360c6a
|
Detect the hostname when the URI is in the format data@host.tld
|
2017-09-30 21:39:32 +00:00 |
|
Hypolite Petovan
|
ba1975ac3a
|
Remove references to the library/langdet folder
|
2017-09-27 22:40:58 -04:00 |
|
Michael
|
dfd48dd6f6
|
"qu" is no more
|
2017-09-15 21:00:39 +00:00 |
|
Michael
|
bdf490e2fa
|
Added missing function
|
2017-09-10 07:58:14 +00:00 |
|
Michael
|
a5a4f53287
|
This is a better place
|
2017-09-08 07:08:06 +00:00 |
|
Michael
|
3c6d83acd9
|
Remote self should now finally trigger all addons
|
2017-09-08 07:00:38 +00:00 |
|
Michael
|
c35a43bcb8
|
"remote-self" hadn't worked well with addons
|
2017-09-06 06:02:26 +00:00 |
|
Michael
|
a729519de9
|
And some more static warnings removed
|
2017-08-26 10:01:50 +00:00 |
|
Michael
|
5adfeb0bd5
|
App::get_baseurl is now replaced with System::baseUrl
|
2017-08-26 07:32:10 +00:00 |
|
Michael
|
3c24bed412
|
New class "System"
|
2017-08-26 06:04:21 +00:00 |
|
Michael
|
17b05c9ad9
|
Hash tag links now do a redir
|
2017-08-19 09:22:50 +00:00 |
|
Michael
|
f8946c9e0a
|
When "local_search" is activated, then point all hashtags to the local server
|
2017-08-18 22:12:40 +00:00 |
|
Michael
|
89017d4e6c
|
DBA: The condition can now be a complex string
|
2017-08-12 13:54:29 +00:00 |
|
Michael
|
bd8efb7f92
|
Several updates are transformed as well
|
2017-08-10 04:31:46 +00:00 |
|
Michael
|
6180d62ebc
|
Some more inserts
|
2017-08-09 22:04:00 +00:00 |
|
Michael
|
fce72cbbc8
|
Modifed "update" and "insert" function / many changed queries
|
2017-08-09 21:12:41 +00:00 |
|
Michael
|
a80329b416
|
Speed up of OStatus transmission/Ignoring "created" with remote self
|
2017-08-03 05:42:44 +00:00 |
|
Michael
|
b266d7d6ff
|
Bugfix: the expiration check in item_store now works again
|
2017-07-23 19:59:29 +00:00 |
|
Michael
|
8d66909ba5
|
Check general expiration time at item storing as well
|
2017-07-23 05:51:55 +00:00 |
|
Michael
|
4a7ca0d44f
|
Fix crash with expiration, false logger constant, no empty postings
|
2017-07-19 05:51:39 +00:00 |
|
Michael
|
4c7a197f4b
|
Avoid duplicate database errors when storing the conversations
|
2017-07-13 06:00:53 +00:00 |
|
Michael
|
c8b1b51809
|
Improved logging
|
2017-07-04 05:31:42 +00:00 |
|
Michael
|
7097673fa1
|
Bugfix: Poller entries had been executed multiple times
|
2017-06-21 03:49:05 +00:00 |
|
Michael
|
5183de8075
|
Don't fork these calls
|
2017-06-13 15:14:53 +00:00 |
|
Hypolite Petovan
|
ad4cdf2a9d
|
Replace lowercase operators
|
2017-06-08 21:03:44 -04:00 |
|
Hypolite Petovan
|
9c0d2c31e8
|
Replace AND and OR in PHP conditions by && and ||
|
2017-06-07 22:00:59 -04:00 |
|
Michael
|
d2dd0b3248
|
Minimal poll intervall
|
2017-05-24 08:21:05 +00:00 |
|
Michael
|
d7de7bb70a
|
Optimized priorities for the automated expiring of items
|
2017-05-24 06:29:47 +00:00 |
|
Michael
|
377fe31907
|
dba functions in poller / avoiding SQL errors in conversation / dbclean is better
|
2017-05-12 16:09:25 +00:00 |
|
Michael
|
acd9f453d7
|
And another one
|
2017-05-12 06:55:04 +00:00 |
|
Michael
|
58b2b1dbef
|
Some more cleaner delete
|
2017-05-12 06:30:45 +00:00 |
|
Michael
|
6ef24890bb
|
dbclean is now using the new database functions / new functions for commit, rollback and transaction
|
2017-05-11 20:13:45 +00:00 |
|
Hypolite Petovan
|
20043914e6
|
Move App to src
- Add `use Friendica\App;` wherever needed
|
2017-05-02 22:59:36 -04:00 |
|