Commit Graph

  • 813d71f291 Merge pull request #7746 from MrPetovan/task/help-quotation-style Michael Vogel 2019-10-16 16:08:18 +02:00
  • 5dcf6bfc58 Remove extra spaces before closing parentheses in src/ Hypolite Petovan 2019-10-16 08:58:09 -04:00
  • f65ebb937c Remove deprecated defaults() function Hypolite Petovan 2019-10-16 08:44:19 -04:00
  • 8b836189d4 Replace deprecated defaults() calls with ?? and ?: in include/ and view/ Hypolite Petovan 2019-10-16 08:43:59 -04:00
  • 94a6e9c8b7 Clarify quotation style in doc/Developers-Intro Hypolite Petovan 2019-10-16 08:50:29 -04:00
  • 146646c4d4 Replace deprecated calls to defaults() by ?? and ?: in src/ Hypolite Petovan 2019-10-16 08:35:14 -04:00
  • c0b78a9720 Merge pull request #7743 from MrPetovan/task/7190-remove-defaults-modules Philipp 2019-10-15 18:17:45 +02:00
  • b0967ffd02 Merge pull request #7742 from MrPetovan/task/7190-remove-defaults-mod Philipp 2019-10-15 18:07:53 +02:00
  • f59ea2af55 Replace deprecated defaults() calls by ?? and ?: operators in src/Module/ Hypolite Petovan 2019-10-15 09:20:32 -04:00
  • 2db6171641 Replace deprecated defaults() calls by a combination of ?? and ?: operators in mod/ Hypolite Petovan 2019-10-15 09:01:17 -04:00
  • f1e7d97b8c Merge remote-tracking branch 'upstream/develop' into sanitize-gcontact Michael 2019-10-15 10:10:12 +00:00
  • 962724bec7 Merge pull request #7741 from annando/quotation Philipp 2019-10-15 10:11:54 +02:00
  • 3e93c62a9c Changed quotation (" to ') Michael 2019-10-15 07:55:20 +00:00
  • 2b8642d2b5 Merge pull request #7728 from MrPetovan/task/7682-better-insert-link-button Tobias Diekershoff 2019-10-14 14:57:31 +02:00
  • c07cb2c8f3 Merge pull request #7738 from annando/clean-url Hypolite Petovan 2019-10-13 20:11:28 -04:00
  • fed486bfc5 Merge pull request #7727 from MrPetovan/task/4090-move-manage-to-src Philipp 2019-10-13 18:20:47 +02:00
  • 5875830d1e Convert links with empty descriptions Michael 2019-10-13 15:52:33 +00:00
  • 6fd301a891 Remove irrelevant test in App\RouterTest Hypolite Petovan 2019-10-13 10:16:38 -04:00
  • 05c4fd9daa Merge pull request #7737 from MrPetovan/task/4090-move-search-to-src Philipp 2019-10-13 15:40:42 +02:00
  • d016423a7f Merge pull request #7734 from MrPetovan/bug/7709-catch-missing-certainty-bundle-exception Philipp 2019-10-13 15:38:02 +02:00
  • 230a97ccdd Correctly URL encode return URLS for saved search Hypolite Petovan 2019-10-13 08:39:55 -04:00
  • 74bf3a4dc8 Replace path parameter with query string parameter in Module\Search\Saved Hypolite Petovan 2019-10-13 08:39:41 -04:00
  • c5f4f730e1 Use init() rather than rawContent() in Module\Search\Saved since there's no output Hypolite Petovan 2019-10-13 08:37:25 -04:00
  • fe77acc964 [frio] Fix nav bar search form text input name Hypolite Petovan 2019-10-13 08:00:13 -04:00
  • 8748bfd8ad Fix Router tests related to unallowed methods Hypolite Petovan 2019-10-13 07:54:50 -04:00
  • 8998926e5b Merge pull request #7735 from MrPetovan/task/7190-remove-defaults Philipp 2019-10-13 08:15:31 +02:00
  • f498068b0f Replace deprecated defaults() calls in include/api and boot Hypolite Petovan 2019-10-12 22:01:34 -04:00
  • db0630b0f9 Catch missing Certainty bundle exception when checking for exposed password in Model\User Hypolite Petovan 2019-10-12 21:06:47 -04:00
  • 1cdbf32aa2 Remove duplicate array entry in Core\Logger Hypolite Petovan 2019-10-12 21:05:19 -04:00
  • e176f010ec Merge pull request #7730 from annando/tabs Philipp 2019-10-12 20:26:16 +02:00
  • 440da8a9f4 eol Michael 2019-10-12 14:07:22 +00:00
  • 9c933aacd2 Making test working again (reverting the last change) Michael 2019-10-12 10:56:16 +00:00
  • c1ab93a5d8 Strings.php: Spaces are transformed to Tabs. Michael 2019-10-12 10:28:18 +00:00
  • 2c2beb5c0a Revert Util\Strings::escapeHtml changes from #7725 Hypolite Petovan 2019-10-11 22:19:20 -04:00
  • 5fcdb5de00 Move duplicated insertFormatting function to main.js Hypolite Petovan 2019-10-11 16:12:36 -04:00
  • 088eb3391e Move urlRegex JS constant to main.js Hypolite Petovan 2019-10-11 15:27:05 -04:00
  • 02f02d44dc Move mod/manage to src/Module/Delegation Hypolite Petovan 2019-10-11 12:37:24 -04:00
  • 4ee9e21a4f Make Router::getModuleClass throw exceptions Hypolite Petovan 2019-10-11 11:55:02 -04:00
  • bfcae2f79a Merge pull request #7729 from MrPetovan/develop Hypolite Petovan 2019-10-11 19:58:35 -04:00
  • 001c9ed259 Fix typo in Core\Authentication Hypolite Petovan 2019-10-11 19:57:04 -04:00
  • 27eaffd7fb Merge pull request #7725 from dew-git/develop Hypolite Petovan 2019-10-11 14:48:07 -04:00
  • 10a66f368c self should be lower case Tobias Diekershoff 2019-10-11 17:44:50 +02:00
  • 9f3e68c2c5 correct the file name in the header Tobias Diekershoff 2019-10-11 11:55:57 +02:00
  • 5ac5a67b6b enhance description Tobias Diekershoff 2019-10-11 11:49:28 +02:00
  • e3a947fb3d keep the ToDo hint from delegations Tobias Diekershoff 2019-10-11 11:48:05 +02:00
  • 882449266c removed debugging leftover Tobias Diekershoff 2019-10-11 11:45:28 +02:00
  • 06a964c32f only take action, when there is something to do Tobias Diekershoff 2019-10-11 11:42:07 +02:00
  • e1e1d26b5b Revert random_int changes. dew-git 2019-10-11 00:00:15 -08:00
  • 46172b641d moved UExport to src/Module/Settings/Uexport Tobias Diekershoff 2019-10-11 07:38:42 +02:00
  • fb562fc25b removed mod/uexport file Tobias Diekershoff 2019-10-11 07:36:41 +02:00
  • 1d1c089f84 Make test comply. dew-git 2019-10-10 21:21:22 -08:00
  • b5dac16def Comply with coding style. dew-git 2019-10-10 20:50:51 -08:00
  • 3940e804e3 Remove uneeded variable. dew-git 2019-10-10 20:48:13 -08:00
  • dc01bdbc80 Use the utility instead. dew-git 2019-10-10 20:43:32 -08:00
  • 811cdcdfcb Fix security vulnerbilities. dew-git 2019-10-10 15:21:41 -08:00
  • f300c8040f Merge pull request #7723 from MrPetovan/bug/fatal-errors Philipp 2019-10-10 23:25:00 +02:00
  • 4b71fd2442 Replace deprecated calls to App->getBaseURL in Module\Register Hypolite Petovan 2019-10-10 13:13:23 -04:00
  • 67d374a14f Complete L10n::detectLanguage call parameters in Module\Register Hypolite Petovan 2019-10-10 13:12:55 -04:00
  • 57a749af38 Add required use statement in mod/subthread Hypolite Petovan 2019-10-10 13:12:27 -04:00
  • 50fa119f79 Merge pull request #7722 from nupplaphil/bug/7718-lang Tobias Diekershoff 2019-10-10 16:54:32 +02:00
  • a522cf609b Fix browser language detection (& tests) Philipp Holzer 2019-10-10 16:39:04 +02:00
  • cf4bae26c7 Merge pull request #7720 from MrPetovan/task/4090-move-delegate-to-src Philipp 2019-10-10 10:24:15 +02:00
  • 43567bcf0e Add documentation comments to Module\Settings\Delegation Hypolite Petovan 2019-10-10 04:17:37 -04:00
  • 3cd916d7aa Use Model\User::getById when possible in Module\Settings\Delegation Hypolite Petovan 2019-10-10 04:10:57 -04:00
  • cc0cf2b8ce Improve parent user password check in Module/Settings/Delegation Hypolite Petovan 2019-10-10 04:10:29 -04:00
  • 616edd0600 Move mod/delegate to src/Module/Settings/Delegation Hypolite Petovan 2019-10-09 22:17:09 -04:00
  • e72402389d Merge pull request #7715 from annando/fix-getguid Philipp 2019-10-08 07:01:17 +02:00
  • 11194d6679 Fix: The getGUID function hadn't fetched the GUID from pictures with scale "0" Michael 2019-10-08 04:42:51 +00:00
  • 0c4ab89bc3 Merge pull request #7714 from MrPetovan/task/4090-move-search-to-src Philipp 2019-10-07 23:45:01 +02:00
  • e3e3ee72a0 Improve logging in Module\Search\Index Hypolite Petovan 2019-10-07 16:18:19 -04:00
  • c8316bfe57 Use Dice instantiation to access App\Arguments Hypolite Petovan 2019-10-07 16:16:42 -04:00
  • 1e737ae888 Move mod/search to src/Module/Search/Index Hypolite Petovan 2019-10-07 14:27:20 -04:00
  • 22598fc7e8 Improve search box Hypolite Petovan 2019-10-07 14:19:50 -04:00
  • cdefa7f32a Add new module and widget for managing saved searches Hypolite Petovan 2019-10-07 14:13:31 -04:00
  • 11ad0acd28 Add accessor for App->args in App and BaseModule Hypolite Petovan 2019-10-07 14:10:30 -04:00
  • 5f80180b47 Merge pull request #7710 from MrPetovan/task/rework-theme-session-vars Philipp 2019-10-07 18:17:29 +02:00
  • 062f0c65d3 Merge pull request #7713 from annando/socialhome Tobias Diekershoff 2019-10-07 07:25:48 +02:00
  • 83f670e9e5 Test against the thread parent as well Michael 2019-10-07 04:19:12 +00:00
  • 9c6fd5fc35 Fix communication issues when a contact is able to speak AP, but uses Diaspora Michael 2019-10-06 21:59:23 +00:00
  • 47d57cb184 Merge pull request #7712 from annando/proxy-logging Philipp 2019-10-06 21:34:34 +02:00
  • 1c8dd457cc Just some added logging to the proxy functionality to better analyze problems Michael 2019-10-06 18:48:33 +00:00
  • 919727eacd Merge pull request #7711 from annando/gserver-2 Hypolite Petovan 2019-10-06 14:31:47 -04:00
  • 4e7d94053e Fix for multiline host-meta, reducement of requests, fix for wordpress Michael 2019-10-06 16:33:39 +00:00
  • f4d06ebd47 Remove useless theme session variable deletions in modules Hypolite Petovan 2019-10-06 12:08:15 -04:00
  • ead0defb48 Rework theme override in Profile::load and App Hypolite Petovan 2019-10-06 12:07:06 -04:00
  • e5fbaf6a00 Add Session::clear method Hypolite Petovan 2019-10-06 11:21:54 -04:00
  • 4a5dfefacc Move theme determination after full module run Hypolite Petovan 2019-10-06 11:18:51 -04:00
  • cb4950a3be Replace duplicated authentication code in FKOAuth1 with Session::setAuthenticatedForUser Hypolite Petovan 2019-10-06 11:17:30 -04:00
  • f13a5c0cb2 Merge pull request #7708 from MrPetovan/bug/7707-vier-fix-config Tobias Diekershoff 2019-10-06 14:57:12 +02:00
  • ca65181577 Add necessary required_once statement in theme/vier/config.php Hypolite Petovan 2019-10-06 08:46:56 -04:00
  • 7959b9bbed Merge pull request #7706 from tobiasd/20191006-checknote Hypolite Petovan 2019-10-06 07:53:09 -04:00
  • 69ea65c0f2 Merge pull request #7704 from annando/gcontact-update Hypolite Petovan 2019-10-06 07:51:52 -04:00
  • cbaa4d13d1 add server side check about note to admin Tobias Diekershoff 2019-10-06 11:57:43 +02:00
  • 8f60536634 Merge pull request #7705 from tobiasd/20191006-CS Philipp 2019-10-06 10:39:51 +02:00
  • f1a020c4f0 CS translation update THX Aditoo Tobias Diekershoff 2019-10-06 10:04:12 +02:00
  • e3431f2d26 Empty line added Michael 2019-10-06 06:08:07 +00:00
  • 8238081d87 Replace obsolete functionality in "PortableContact" Michael 2019-10-05 23:30:47 +00:00
  • c32fb1547f Merge pull request #7699 from MrPetovan/task/4090-move-acl-to-src Philipp 2019-10-05 15:14:49 +02:00
  • b62e20c7bf Code beautification Hypolite Petovan 2019-10-05 08:34:07 -04:00
  • 848bfdcfd4 Merge pull request #7703 from tobiasd/20191001-Vagrant Hypolite Petovan 2019-10-05 08:14:49 -04:00