Steven Nguyen
990e1b91bb
fix: omit : and @ if user and pass are empty
...
So, unparsing should not end up with https://:@appwrite.io just because user and pass are empty strings.
2025-07-09 22:09:18 -07:00
Steven Nguyen
f202685450
fix: handle parsing URL that is only a scheme
...
In react native, a redirect URL may only be a url scheme such as appwrite-callback-myproject://. Since parse_url() fails on this type of URL, we need to add this workaround.
2025-07-09 22:01:38 -07:00
Everly Precia Suresh
19300ccdd7
format files in app, src, tests
2022-05-23 14:54:50 +00:00
oovk
f138aeb3a6
fixed PSR issues in the URL library
2021-10-09 19:51:21 +02:00
Eldad A. Fux
042660b15c
Feat psalm analysis ( #699 )
...
* Added static code analysis
* Updated code to solve psalm issue
2020-10-27 02:08:29 +02:00
Eldad Fux
65c08825a5
Updated coding standards
2020-06-25 00:05:16 +03:00
Eldad Fux
a86ad1be90
Improve PHP exeution time by using
...
fully-qualified function calls
2020-06-20 14:05:43 +03:00
Eldad Fux
73d4012934
Pass session to non-web clients
2020-04-08 20:04:46 +03:00
Eldad Fux
586341b323
Added URL parsing lib
2020-04-08 16:38:36 +03:00