For now? I'm experimenting on an old concept.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

FMT


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+9 -9
+1 -1
server/src/errors.rs
··· 10 10 * You may not use this work except in compliance with the Licence. 11 11 * You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 12 12 * 13 - * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 13 + * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 14 14 * under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work. 15 15 * See LICENSE file in the repository root for full details. 16 16 *
+1 -1
server/src/helpers/events.rs
··· 13 13 * You may not use this work except in compliance with the Licence. 14 14 * You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 15 15 * 16 - * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 16 + * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 17 17 * under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work. 18 18 * See LICENSE file in the repository root for full details. 19 19 *
+1 -1
server/src/helpers/mod.rs
··· 10 10 * You may not use this work except in compliance with the Licence. 11 11 * You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 12 12 * 13 - * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 13 + * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 14 14 * under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work. 15 15 * See LICENSE file in the repository root for full details. 16 16 *
+1 -1
server/src/main.rs
··· 12 12 * You may not use this work except in compliance with the Licence. 13 13 * You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 14 14 * 15 - * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 15 + * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 16 16 * under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work. 17 17 * See LICENSE file in the repository root for full details. 18 18 *
+1 -1
server/src/rate_limiter.rs
··· 10 10 * You may not use this work except in compliance with the Licence. 11 11 * You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 12 12 * 13 - * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 13 + * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 14 14 * under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work. 15 15 * See LICENSE file in the repository root for full details. 16 16 *
+1 -1
server/src/staticroutes.rs
··· 10 10 * You may not use this work except in compliance with the Licence. 11 11 * You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 12 12 * 13 - * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 13 + * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 14 14 * under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work. 15 15 * See LICENSE file in the repository root for full details. 16 16 *
+1 -1
server/src/tests.rs
··· 6 6 * You may not use this work except in compliance with the Licence. 7 7 * You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 8 8 * 9 - * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 9 + * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 10 10 * under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work. 11 11 * See LICENSE file in the repository root for full details. 12 12 *
+1 -1
server/src/timeline.rs
··· 10 10 * You may not use this work except in compliance with the Licence. 11 11 * You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 12 12 * 13 - * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 13 + * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 14 14 * under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work. 15 15 * See LICENSE file in the repository root for full details. 16 16 *
+1 -1
server/src/user.rs
··· 9 9 * You may not use this work except in compliance with the Licence. 10 10 * You may obtain a copy of the Licence at: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12 11 11 * 12 - * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 12 + * AI TRAINING NOTICE: Rights for TDM and AI training are EXPRESSLY RESERVED 13 13 * under Art 4(3) Dir 2019/790. AI training constitutes a Derivative Work. 14 14 * See LICENSE file in the repository root for full details. 15 15 *