Commit Graph

186 Commits

Author SHA1 Message Date
Hivert Quentin 9e431d08a2 fix(iOS): iOS 18.4 encodes caldav url and put %40 instead of @ for username. Fix that. 2025-04-01 16:18:02 +02:00
Hivert Quentin c3234882eb feat(openID): second part with a lot of fixes and cleaning 2025-03-13 15:25:56 +01:00
Hivert Quentin 458d39d48a feat(openID): first stable version 2025-03-13 15:24:03 +01:00
Hivert Quentin 29e00f3e9e fix(users): don't look up for users when they change language on root page 2025-01-22 16:16:47 +01:00
smizrahi 4b343f7070 fix(core): Fix int overflow on vms and rss computation 2024-06-11 15:32:39 +02:00
smizrahi fc778295ff feat(core): Add URL encryption for GDPR compliancy. Disable url encryption for caldav. 2024-02-12 14:52:01 +01:00
Hivert Quentin e6bfab7ee1 feat(accounts): Add parameter to encrypt/decrypt auxiliary account's password 2024-02-01 16:55:41 +01:00
smizrahi 2e7a7a97cc feat(core): Add message of the day 2024-01-23 11:11:22 +01:00
smizrahi 49b0316b9e feat(core): Add message of the day 2024-01-23 10:29:57 +01:00
smizrahi eee50697b0 feat(core): Add message of the day 2024-01-22 14:34:22 +01:00
smizrahi 2748d1dd08 feat(core): Add URL encryption for GDPR compliancy. Remove dav encryption 2024-01-02 13:46:46 +01:00
smizrahi 31c6f78913 feat(core): Add URL encryption for GDPR compliancy 2023-10-17 16:17:25 +02:00
Francis Lachapelle 66bac18558 fix(core): avoid SQL aggregate function when testing table existence 2022-01-07 11:39:13 -05:00
Ludovic Marcotte 3d9fe30373 (fix) many OCS (non-standard) fixes 2018-09-21 13:06:15 -04:00
Ludovic Marcotte 4542163241 (fix) retry connection if abruptly closed 2018-08-27 08:41:24 -04:00
Ludovic Marcotte ef172b36bb (fix) added debugging to table creation code 2018-08-24 08:49:15 -04:00
Ludovic Marcotte 5d9673415a (fix) don't abort on unhandled requests 2017-03-09 13:58:05 -05:00
Ludovic Marcotte 5e775ea4ce (fix) some more memory info 2017-01-09 16:09:09 -05:00
Ludovic Marcotte 841fdb96cc (fix) be a bit more verbose about memory usage 2017-01-09 16:03:32 -05:00
Ludovic Marcotte 5ecf917e6b (fix) return a 404 for public user 2016-12-16 09:07:55 -05:00
Ludovic Marcotte ea940e645e (fix) return login page for unknown users (fixes #2135) 2016-12-15 14:22:26 -05:00
Ludovic Marcotte 188dd986d2 (fix) cosmetic changes 2016-11-01 14:20:59 -04:00
Ludovic Marcotte c1326dc20e (fix) search in all domain sources for Apple Calendar and properly handle groups 2016-09-26 15:22:49 -04:00
Ludovic Marcotte bd75eaf878 (fix) avoid showing debug info when not needed (fixes #3726) 2016-06-23 09:00:50 -04:00
Ludovic Marcotte 79037fc9ab (fix) make sure we don't consider SOGoMaximumRequestCount when it is 0 2016-03-21 08:20:14 -04:00
Ludovic Marcotte f08c718c00 (fix) handle "username" as path 2016-03-18 12:50:40 -04:00
Ludovic Marcotte 9d6ab2df33 (feat) user rate-limiting support for all SOGo requests 2016-03-18 11:04:41 -04:00
Ludovic Marcotte 4ac41dace7 (core) new database structure options to make SOGo use a total of nine tables 2016-03-10 16:34:06 -05:00
Patrice Levesque bd56f4cf9f Remove pointless #include from .m and .h files
This was done with a brute-force approach, ensuring no additional
warnings from GCC 4.9 under x86_64.
2016-02-13 17:41:54 -05:00
Patrice Levesque 7c25b53fdf Remove pointless #imports from .m and .h files
This was done with a brute-force approach, ensuring no additional
warnings from GCC 4.9 under x86_64.
2016-02-13 16:11:52 -05:00
Euan Thoms 3c62cc744e Stage 1 of clang compiler warning patches. 2015-10-31 14:10:03 +08:00
Ludovic Marcotte d907d5d268 Avoid using NSLog() where we can 2015-01-22 13:31:31 -05:00
Ludovic Marcotte 68655deabd Improved rpath handling (#2996) 2014-12-16 12:36:08 -05:00
Robin McCorkell b0633ba1f4 Add check for remote_user variable for trusted proxy auth
If trusted proxy authentication is on, yet the proxy did not authenticate the
user, then the default authentication method is used instead of returning 'Unauthorized'.
2014-11-24 09:43:28 +00:00
Ludovic Marcotte f663950808 Adjusted the rpath, removed unnecessary variables/values 2014-10-14 09:51:04 -04:00
Ludovic Marcotte ccabd93ff2 moved system lib dirs to additional lib dirs 2014-10-14 09:21:12 -04:00
Ludovic Marcotte c5a7bcf2aa Fixed the system lib dir to point to the sogo lib dir 2014-10-14 09:17:00 -04:00
Jeroen Dekkers 6ded9e95b3 Put private libraries in /usr/lib/sogo 2014-10-01 20:36:42 +02:00
Ludovic Marcotte b05fcc7d82 Fat commit to refactor the quick record generation 2014-07-30 14:51:00 -04:00
Ludovic Marcotte a24d809e40 Minor code/copyright/authors cleanups 2014-01-09 21:06:31 -05:00
Wolfgang Sourdeau 6d8c328910 Fixed most build warnings 2012-10-22 10:09:13 -04:00
Wolfgang Sourdeau 1f64747b67 Merge pull request #2 from dekkers/link-everything-correctly
Specify all necessary libraries when linking (thanks to Jeroen Dekkers)
2012-10-20 12:15:23 -07:00
Jeroen Dekkers 990911e142 Specify all necessary libraries when linking 2012-10-19 18:23:07 +02:00
Jeroen Dekkers 34f3ddd0d7 Compile daemon as Position Independent Executable 2012-10-19 16:05:41 +02:00
Wolfgang Sourdeau 591306481b Monotone-Parent: 8bf030be6f5baed09d67ad6a173017ace25834c7
Monotone-Revision: 3f8608c82d9c379cc9e0fea6ffe853cc1949a24b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-06-28T14:46:37
Monotone-Branch: ca.inverse.sogo
2012-06-28 14:46:37 +00:00
Wolfgang Sourdeau 3d9689524a Monotone-Parent: fccd21ec84b5d4e56232523b4a8b8733c3d3a051
Monotone-Revision: 618681307a4cbc2f326ac0bdd3eb6077cb9a22f4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-03-19T20:59:05
Monotone-Branch: ca.inverse.sogo
2012-03-19 20:59:05 +00:00
Francis Lachapelle a27128037e Monotone-Parent: 8036e636bb63c425915c350dea2d93a7021a1058
Monotone-Revision: 8ca19f2794000c75e6fc0e8f81c2412fe0a34699

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-01-31T20:17:19
2012-01-31 20:17:19 +00:00
Wolfgang Sourdeau cd7d211b60 Monotone-Parent: eef38dc2fbafb16d2c16acc4dc79d0412e927b3b
Monotone-Revision: f93961e90221976ffc8c660ae642c8bbe0c84f61

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-11-30T14:49:07
2011-11-30 14:49:07 +00:00
Ludovic Marcotte 8324533cdb Reverted AGAIN temporary stuff from previous commit
Monotone-Parent: dab3668bce4278be22f243f5c2d650104d8d89fe
Monotone-Revision: 04a0346af8290ab531d44883c56b4b27443baade

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-10-07T17:13:50
Monotone-Branch: ca.inverse.sogo
2011-10-07 17:13:50 +00:00
Ludovic Marcotte 220410b446 forgot file in previous commit
Monotone-Parent: a23f9b6b633e53869f52361213e6478e36384813
Monotone-Revision: dab3668bce4278be22f243f5c2d650104d8d89fe

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-10-07T17:11:24
Monotone-Branch: ca.inverse.sogo
2011-10-07 17:11:24 +00:00