Commit graph

2666 commits

Author SHA1 Message Date
Hypolite Petovan
afae967c5d [twitter] Add POST parameter checks
- Add Exception handling
2018-02-07 20:20:42 -05:00
Hypolite Petovan
760abd8694 [twitter] Fix TwitterOauth library usage
- Use array result instead of object
2018-02-07 20:20:06 -05:00
Hypolite Petovan
29cf1539a7
Merge pull request #520 from rabuzarus/20180206_-_membersince_frio_support
membersince: fix utf-8 encoding issues
2018-02-07 11:05:59 -05:00
rabuzarus
a307bf472e membersince: fix utf-8 encoding issues 2018-02-07 17:01:27 +01:00
Michael Vogel
3c78130b41
Merge pull request #516 from MrPetovan/task/3878-move-include-bbcode-to-src
Move include/bbcode to src/ part 1 : Everything but bbcode()
2018-02-07 15:03:29 +01:00
Hypolite Petovan
3495cc32d8
Merge pull request #519 from rabuzarus/20180206_-_membersince_frio_support
membersince addon works now with frio
2018-02-07 08:48:33 -05:00
rabuzarus
9faa56702a membersince is now added in frio after the fullname entry 2018-02-07 14:34:30 +01:00
rabuzarus
40f99e4828 update membersince addon to version 1.1 since it does now support frio 2018-02-06 18:26:34 +01:00
rabuzarus
22ac032cc3 membersince addon works now with frio 2018-02-06 18:24:03 +01:00
Hypolite Petovan
d38987896c
Merge pull request #518 from annando/item-isolation
Direct calls to the database are replaced by calls to the item class
2018-02-06 11:54:02 -05:00
Michael
d29890613e Simpler form 2018-02-06 16:24:35 +00:00
Michael
8b049a96bd Direct calls to the database are replace by class calls to the item class 2018-02-06 14:24:24 +00:00
Tobias Diekershoff
997d006349
Merge pull request #517 from rabuzarus/20180205_-_fix_membersince
remove include/datetime.php requirement
2018-02-05 13:59:27 +01:00
rabuzarus
476bb091b3 remove more requirements for include/datetime.php 2018-02-05 13:04:28 +01:00
rabuzarus
8ff287e169 membersince: include/datetime.php isn't available anymore in core develop 2018-02-05 12:58:48 +01:00
Hypolite Petovan
36f964aacf [tumblr] Replace bbcode function with BBCode method 2018-02-04 19:29:39 -05:00
Michael Vogel
9a666c74fe
Merge pull request #515 from MrPetovan/task/3878-move-datetime-to-src
Replace datetime functions by Temporal methods
2018-02-04 21:05:36 +01:00
Hypolite Petovan
80cfdc68c9 Replace datetime functions by Temporal methods 2018-02-03 12:31:33 -05:00
Tobias Diekershoff
215a18093a
Merge pull request #501 from MrPetovan/task/3878-move-datetime-to-src
Refactor datetime_convert() into DateTimeFormat::convert()
2018-02-03 17:51:44 +01:00
Hypolite Petovan
1900da6c42 Move Temporal::convert() to DateTimeFormat::convert() 2018-02-03 11:40:39 -05:00
Hypolite Petovan
13fb4a312d Add Temporal::local() shorthand for Temporal::convert() 2018-02-03 11:40:39 -05:00
Hypolite Petovan
cbc89d147d Add Temporal::utc() shorthand to Temporal::convert() 2018-02-03 11:40:39 -05:00
Hypolite Petovan
e4f32f8ac8 Add Temporal::utcNow() 2018-02-03 11:40:38 -05:00
Hypolite Petovan
6d23de1bdb Add Temporal::MYSQL constant 2018-02-03 11:40:38 -05:00
Hypolite Petovan
b24690e8df Refactor datetime_convert() into Temporal::convert() 2018-02-03 11:40:38 -05:00
Michael Vogel
0e987b5c4c
Merge pull request #514 from MrPetovan/task/4116-add-autoload-to-library
Add library/ to autoload
2018-01-31 18:20:14 +01:00
Benjamin Lorteau
400d936db6 [yourls] Add unsupported comment 2018-01-31 11:46:20 -05:00
Hypolite Petovan
6ecd6113f9 [tumblr] Remove explicit duplicate OAuth1 library 2018-01-30 23:44:04 -05:00
Hypolite Petovan
de3d9b40b6 [statusnet] Remove explicit duplicate OAuth1 library 2018-01-30 23:43:50 -05:00
Hypolite Petovan
cb2c9f836f [statusnet] Remove reference to Slinky 2018-01-30 23:42:42 -05:00
Hypolite Petovan
48935de469 [pumpio] Fix comment 2018-01-30 23:42:22 -05:00
Hypolite Petovan
43c81dfb86
Merge pull request #513 from annando/twitter-fail
Quit if twitter addon is not configured
2018-01-30 14:07:09 -05:00
Michael
633c54d642 Quit if twitter addon is not configured 2018-01-30 18:52:06 +00:00
Michael Vogel
d67ac814e7
Merge pull request #512 from MrPetovan/task/4116-move-twitteroauth-to-composer
Add missing use in statusnet addon
2018-01-29 16:45:49 +01:00
Hypolite Petovan
3a9612fb35
Upgrade yet more calls with TwitterOAuth 2018-01-29 10:42:12 -05:00
Hypolite Petovan
a3e144e549
Add missing use in statusnet addon 2018-01-29 10:32:37 -05:00
Michael Vogel
5e88657095
Merge pull request #511 from MrPetovan/task/4116-move-twitteroauth-to-composer
Upgrade TwitterOAuth calls in twitter addon
2018-01-29 14:50:10 +01:00
Hypolite Petovan
de10d06e26 Upgrade TwitterOAuth calls in twitter addon 2018-01-29 08:15:43 -05:00
Michael Vogel
a0cbdd4fe0
Merge pull request #510 from MrPetovan/task/4116-move-twitteroauth-to-composer
Move TwitterOAuth to Composer : part 2b
2018-01-29 06:47:15 +01:00
Hypolite Petovan
27ce9c3f3c Move Tumblr addon dependencies to library subfolder
- Move OAuth1 to library/OAuth1.php
- Move TumblOAuth to library/tumblroauth.php
2018-01-28 22:27:13 -05:00
Hypolite Petovan
429448786d Move StatusNet addon dependencies in own library subfolder
- Move CodebirdSN to library/codebirdsn.php
- Move StatusNetOAuth class to library/statusnetoauth.php
- Copy TwitterOAuth to library/twitteroauth.php
- Copy OAuth1 to library/OAuth1.php
2018-01-28 22:25:31 -05:00
Michael Vogel
2ae7e3a2ba
Merge pull request #509 from friendica/revert-508-task/4116-move-twitteroauth-to-composer
Revert "Move TwitterOAuth to Composer, part 2 : StatusNet and Tumblr"
2018-01-28 23:47:54 +01:00
Michael Vogel
e090ee2990
Revert "Move TwitterOAuth to Composer, part 2 : StatusNet and Tumblr" 2018-01-28 23:47:32 +01:00
Michael Vogel
e38867c195
Merge pull request #508 from MrPetovan/task/4116-move-twitteroauth-to-composer
Move TwitterOAuth to Composer, part 2 : StatusNet and Tumblr
2018-01-28 22:40:47 +01:00
Hypolite Petovan
715edd98e2 Move Tumblr addon dependencies to library subfolder
- Move OAuth1 to library/OAuth1.php
- Move TumblOAuth to library/tumblroauth.php
2018-01-28 14:43:56 -05:00
Hypolite Petovan
7afef6b87f Move StatusNet addon dependencies in own library subfolder
- Move CodebirdSN to library/codebirdsn.php
- Move StatusNetOAuth class to library/statusnetoauth.php
- Copy TwitterOAuth to library/twitteroauth.php
- Copy OAuth1 to library/OAuth1.php
2018-01-28 14:38:03 -05:00
Michael Vogel
ffa36da2c9
Merge pull request #505 from MrPetovan/task/4116-move-twitteroauth-to-composer
Move TwitterOAuth to composer Part 1: Twitter
2018-01-28 19:19:03 +01:00
Hypolite Petovan
46196ece78
Merge pull request #506 from annando/item-move
New methods in item class
2018-01-28 12:54:47 -05:00
Hypolite Petovan
d18bb44f8a Add explicit dependencies to twitter addon 2018-01-28 12:17:19 -05:00
Hypolite Petovan
01738518a2 Fix wrong variable name in twitter addon 2018-01-28 11:41:58 -05:00