1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 00:38:51 +02:00

Commit graph

  • 85f51c5430 Fix PHP 8.1 "str_replace(null)" exception in DivinerAtomRef master Andre Klapper 2024-08-11 17:27:59 +0200
  • 39237c0854 Set base-uri as User-Agent for OAuth1 and Github authentication Andre Klapper 2024-08-01 16:29:41 +0200
  • 0fe0b9f681 Documentation: add article about Javelin DOM stuff Valerio Bozzolan 2024-09-14 15:40:07 +0200
  • 30c47690ff Remove unused *ParallelQueries() database connection methods Andre Klapper 2024-08-16 17:07:48 +0200
  • aa2b70708e PHPDoc: Replace "@return this" with "@return $this" Andre Klapper 2024-09-06 19:18:57 +0200
  • f25c531e56 Fix unit test failure in link-alternate Andre Klapper 2024-09-07 06:36:14 +0200
  • 123831b53f Drop question mark suffix from optional PHPDoc @param types Andre Klapper 2024-08-22 11:56:50 +0200
  • 9e6507d37a Fix exception handling in ConpherenceViewController::handleRequest() Andre Klapper 2024-08-15 15:57:54 +0200
  • b4bc480817 Fix PHP 8.1 "strlen(null)" exceptions creating an OAuth provider Andre Klapper 2024-08-11 22:59:50 +0200
  • 43539b220c Remove trivial cases of unreachable code Andre Klapper 2024-08-24 10:46:56 +0200
  • 8c3a62d6af Fix PHP 8.1 "strlen(null)" exception rendering a File's default Alt text Andre Klapper 2024-09-04 10:12:10 +0200
  • 24ebac8ad7 Remove unused shouldUse* functions from PhabricatorRepository Andre Klapper 2024-08-16 09:04:55 +0200
  • 3e53151815 Calendar Import: add unit tests to cover participants Valerio Bozzolan 2024-08-28 09:30:31 +0200
  • d4d620fa6d Workboard: have thin scrollbars Bartosz Dziewoński 2024-08-24 22:26:34 +0200
  • b02615bd50 Subversion: fix empty "Authored on" date on commit pages Valerio Bozzolan 2024-08-24 15:34:06 +0200
  • 3c5e43cccb Fix PHP 8.1 "strlen(null)" exception in DiffusionGitRawDiffQuery Andre Klapper 2024-08-15 14:23:34 +0200
  • b9fb8d7891 Replace invalid PHPDoc @return type boolean with bool Andre Klapper 2024-08-21 14:05:19 +0200
  • b44b566b13 Add missing variable names to PHPDoc @param of methods Andre Klapper 2024-08-20 18:04:23 +0200
  • 9f07e5083d Add some DateTime handling related PHPDocs Andre Klapper 2024-08-20 13:05:49 +0200
  • e1e1570c11 Remove unused methods from ConpherenceDurableColumnView Andre Klapper 2024-08-16 08:45:05 +0200
  • cf5abd9e4b Remove unused HeraldAdapter:buildTokenizerFieldValue() Andre Klapper 2024-08-16 08:52:50 +0200
  • 9c684c80d6 Fix various potential PHP 8.1 "strlen(null)" exceptions Andre Klapper 2024-08-14 21:52:57 +0200
  • 66bd13b193 Remove unused PHUICalendarMonthView::getMaxDailyEventsForWeek() Andre Klapper 2024-08-16 09:17:39 +0200
  • edb2175a9b Fix PhabricatorEmptyQueryException handling in DiffusionCommitQuery::loadPage() Andre Klapper 2024-08-15 16:02:33 +0200
  • b9ea6f1ce8 docs/file_domain: remove cloudflare mention of autominify Yongmin Hong 2024-08-13 11:24:19 +0200
  • 58f1c83a5a Fix PHP 8.1 "strlen(null)" exception in DivinerFindController Andre Klapper 2024-08-11 16:59:32 +0200
  • 2b7c0ec92f Destroy file attachments when file is deleted, or object is deleted Dylan F 2024-08-10 22:15:10 +0200
  • b74f1ad519 Fix 404 link in Diviner to "Configuring File Storage" article Andre Klapper 2024-08-03 00:39:19 +0200
  • 88225b99f2 Fix PHP 8.1 "strlen(null)" exception in ManiphestTaskPointsTransaction Andre Klapper 2024-08-05 13:42:53 +0200
  • 89778dc9e6 Add Open Graph protocol meta tags to Maniphest task pages Andre Klapper 2024-05-20 22:28:50 +0200
  • 1cc04fb83c Explicitly cast "limit" (page size) API parameter to int Andre Klapper 2024-05-03 18:02:23 +0200
  • ec6ba69666 Add Copy file path button to file header bar in Differential/Diffusion Andre Klapper 2024-07-30 19:24:31 +0200
  • 0bfe9ca88f Log Herald rules with invalid actions via phlog() Andre Klapper 2024-07-22 13:38:32 +0200
  • 71615f4b99 Log Herald rules having disabled Herald rules as condition via phlog() Andre Klapper 2024-07-21 19:20:29 +0200
  • f6302c7ee3 Log Herald rules with invalid keys via phlog() Andre Klapper 2024-07-19 15:28:07 +0200
  • 93c9afd2f3 Do not add actor as subscriber when removing a comment Andre Klapper 2024-08-02 00:17:25 +0200
  • 4da3b096b0 Configuration Guide: Set UnsafeAllow3F for Apache RewriteRule Andre Klapper 2024-07-22 23:11:25 +0200
  • 62aaa0fcbe Restrict maximum task title length to 255 characters Andre Klapper 2024-08-01 16:55:37 +0200
  • d8b94dd87d Misc PHPDoc additions to PhabricatorFile Andre Klapper 2024-08-03 01:40:35 +0200
  • 81ffe4f8b1 Fix PHP 8.1 "strlen(null)" exception in PhabricatorAuthAccountView Andre Klapper 2024-08-02 15:34:41 +0200
  • a110aa471e Suppress PHP 8.1 warnings "Return type mixed is not covariant with tentative return type mixed of method Iterator::key()" Andre Klapper 2024-07-02 15:03:35 +0200
  • 721d5ed64b fix PHP8 array_slice($results, null) which cause diffusion pattern search broken jesse 2024-07-30 09:10:45 +0800
  • e2919211f3 Avoid PhabricatorApplicationTransactionStructureException on editors not supporting Mute Notifications Andre Klapper 2024-07-11 12:07:28 +0200
  • 8793bdbaa8 Disallow awarding a badge without selecting recipient Andre Klapper 2024-07-23 00:08:18 +0200
  • f75b66b27a fix PHP8 array_slice($results, null) which cause diffusion locate file broken jesse 2024-07-28 09:41:20 +0800
  • 6d5cde8e1c Fix accessing private parent class properties in QueryFuture Andre Klapper 2024-07-28 23:25:50 +0200
  • 349f006904 Remarkup: make less internal links open in new tabs Valerio Bozzolan 2024-07-29 12:39:05 +0200
  • 59678094fb Refactor PhabricatorBadgesEditRecipientsController to remove dead code Andre Klapper 2024-07-25 15:42:14 +0200
  • 7909f6a919 Fix PHP 8.1 "strlen(null)" exception on LDAP login without password Andre Klapper 2024-07-26 16:45:05 +0200
  • 903015312a Remove unused parameter from PhabricatorDaemonController::buildSideNavView() call Andre Klapper 2024-07-25 15:53:09 +0200
  • c5c2b8ce5a Remove unused parameter from PhabricatorMailEmailEngine::newEmailThreadingHeaders() call Andre Klapper 2024-07-25 20:33:14 +0200
  • 4e31cadb54 Remove unused parameter from PhabricatorConfigConsoleController::newLibraryVersionTable() call Andre Klapper 2024-07-25 15:49:43 +0200
  • 0b93685cc9 Fix undefined variable in HeraldAction Andre Klapper 2024-07-24 17:47:46 +0200
  • a039c4952f Remove call to undefined method DoorkeeperDAO::getObjectKey() Andre Klapper 2024-07-19 13:42:28 +0200
  • 0873b36569 Remove call to non-existing AphrontTypeaheadTemplateView::renderToken() Andre Klapper 2024-07-03 08:38:35 +0200
  • 2aecae4ede Update phpqrcode from version 1.1.4 to 1.9.9 Andre Klapper 2024-07-08 03:55:36 +0200
  • c3aa581f84 Removed unused renderStatus() from PhabricatorProjectSubprojectsController Andre Klapper 2024-07-02 22:24:09 +0200
  • fec00256be Allow collapsing/expanding workboard column content by clicking its header Andre Klapper 2024-05-27 23:36:46 +0200
  • 03092ca422 Removed unused loadGitLocalRefs() from PhabricatorRepositoryPullEngine Andre Klapper 2024-07-02 22:43:46 +0200
  • 5a454cef8a Set ActionName to "Created" for PhabricatorTransactions::TYPE_CREATE Andre Klapper 2024-07-13 17:46:32 +0200
  • 877ac8a873 Fix property name typo in PhabricatorPDFIterator Andre Klapper 2024-07-02 21:10:36 +0200
  • 59428f64ca Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView Andre Klapper 2024-07-10 00:22:57 +0200
  • c4246cf871 Remove unreachable return statement in AphrontFormDateControlValue Andre Klapper 2024-07-10 15:24:40 +0200
  • 941b769aba Declare missing class property in PhabricatorTimelineEngine Andre Klapper 2024-07-02 21:18:09 +0200
  • 3fbb0309b5 Update external timezone information to IANA TZDB 2024a Andre Klapper 2024-07-03 12:01:43 +0200
  • d9592e0348 Removed unused validateNavigationMenuItem() from PhabricatorProfileMenuEngine Andre Klapper 2024-07-02 22:52:37 +0200
  • ff7be2cf14 Fix invalid logic in PhabricatorEmailPreferencesSettingsPanel::processRequest() Andre Klapper 2024-07-09 23:25:21 +0200
  • 290883b2a9 Set specific timeline title for form creation Andre Klapper 2024-07-09 11:57:09 +0200
  • 1b5d2f83c3 Fix property name typo in DrydockResource Andre Klapper 2024-07-02 21:07:18 +0200
  • 136091ecd0 Fix missing file attachment in Conpherence Merula Turdus 2024-07-05 17:46:52 +0200
  • b0bba4d142 Remove unused methods in PhabricatorEditorExtension Andre Klapper 2024-05-16 12:06:43 +0200
  • 9a44a81e79 Remove unused save() method in PhabricatorUserCache Andre Klapper 2024-05-16 12:41:38 +0200
  • 118f989366 Fix missing file attachment in Phriction Valerio Bozzolan 2024-07-01 18:40:28 +0200
  • 30257515eb Fix typo in CSS definition Andre Klapper 2024-06-30 16:18:43 +0200
  • 91815cefc5 Fix broken URIs on "Rendering HTML" Diviner page Andre Klapper 2024-06-11 01:13:33 +0200
  • 43d3fd9eac Fix exception awarding empty badge to user Andre Klapper 2024-05-12 10:15:37 +0200
  • 899abf7a2b Redirect back to object after clicking "Log In to Comment" and login Andre Klapper 2024-05-20 18:47:00 +0200
  • c769125e90 Correct rendering of workboard column move feed stories when a single transaction performs moves on multiple boards Andre Klapper 2024-05-16 12:54:39 +0200
  • 290f3d63c5 Do not link "here" but use a descriptive link text Andre Klapper 2024-06-27 09:11:54 +0200
  • 8825a09f67 Fix legacy crash when visiting Motivator backend as anon Valerio Bozzolan 2024-06-26 23:00:08 +0200
  • f52bc07321 Make the Remarkup Help Page Extensible Merula Turdus 2024-06-23 23:19:01 +0200
  • 5a9cf81ae5 Fix PHP 8.1 "strlen(null)" exceptions handling empty comment metadata in PhabricatorEditEngine Andre Klapper 2024-06-24 15:14:27 +0200
  • 68762e8204 Drydock and Almanac: add welcome pages Valerio Bozzolan 2024-06-25 09:27:54 +0200
  • f8b8d8876d Fix call to non-existing newEmptyValue() in PhabricatorDashboardPortalProfileMenuEngine Andre Klapper 2024-05-16 13:15:29 +0200
  • ed9d212013 Warn in comment field if task is closed as duplicate Andre Klapper 2024-05-31 16:40:37 +0200
  • eda7a608e5 Run celerity map after rP1fa8c79b1ef86a9edda575b582b18fa24d60ea1f Andre Klapper 2024-06-22 23:17:34 +0200
  • 1fa8c79b1e Update d3 from version 5.9.2 to 6.7.0 Andre Klapper 2024-05-09 17:21:43 +0200
  • ddcdd6eaf2 Fix "Undefined offset: 1" exception in Diviner when @task value in PHPDoc is a single word Andre Klapper 2024-06-11 11:39:46 +0200
  • 1f5c54c35a Conduit API: allow phriction.edit to modify viewPolicy and editPolicy Merula Turdus 2024-06-15 17:01:41 +0200
  • 587530a9bf Add Standard Custom Fields to Item List Aviv Eyal 2024-06-21 12:42:57 +0300
  • 63f86bee27 Promote 2024.19 to stable stable Aviv Eyal 2024-06-21 11:57:54 +0300
  • 5d479556c3 Display same items in mobile menu on User Profile page as on desktop Andre Klapper 2024-06-18 20:00:14 +0200
  • 000bccf8e4 Fix PHP 8.1 "strlen(null)" exception in PhabricatorMailSMTPAdapter when sending email Merula Turdus 2024-06-15 14:40:05 +0200
  • 1bb7422662 Reword joke password reset email message Pppery 2024-06-11 23:58:05 -0400
  • 8f36181073 Fix PHP 8.1 "strlen(null)" exception in Diviner when PHPDoc has no @task block Andre Klapper 2024-06-11 01:17:20 +0200
  • 214988fafd T15774: Celerity: javascript minification issue with template literals (backticked strings) Merula Turdus 2024-04-14 07:36:06 +0200
  • c1d86da5b2 Initialize $cache_key variable in CelerityResourceController.php Andre Klapper 2024-05-16 11:45:12 +0200
  • 10cb252163 Fix PHP 8.1 exceptions importing ICS file without attendee names Andre Klapper 2024-06-10 19:12:40 +0200
  • a83ba95445 Only display "Calendar" entry in user profile page menu on mobile when Calendar application is installed Andre Klapper 2024-06-07 18:43:04 +0200
  • d2bca2f32d Fix call to non-existing getTransactionCommentForSave() in PhabricatorInlineComment Andre Klapper 2024-05-16 12:24:44 +0200