Alexander Brandon Coles
a5db3f9410
TS type fixes: rehab npm run generate-typings
2025-07-15 11:24:47 +01:00
Ivan Kuchin
bca7db9398
update copyrights
2024-07-31 15:02:50 +02:00
Ivan Kuchin
4911b8a149
remove years from copyrights (except for COPYRIGHT file)
2024-07-31 15:02:49 +02:00
Christophe Bliard
c795874f7f
Update copyright year for 2024
...
command used: `rg -l 'Copyright \(C\) 2012-202\d the OpenProject' | xargs -n 100 sed -i -r 's/Copyright \(C\) 2012-202. the OpenProject/Copyright (C) 2012-2024 the OpenProject/'`
2024-01-02 16:23:54 +01:00
Oliver Günther
17b47504d3
Use forked reactivestates to build with rxjs
2023-04-19 14:01:57 +02:00
Christophe Bliard
21a696ef9b
Update copyright information for 2023
2022-12-30 15:51:26 +01:00
Christophe Bliard
bc8d423ec2
update copyright information for 2022
2022-03-01 17:05:59 +01:00
Oliver Günther
ccfa29c728
Move license and copyright docs to root, fix names and references
2021-09-02 21:50:46 +02:00
Benjamin Bädorf
3a877457ad
Feat/frontend linting ( #9424 )
...
* Change eslintrc config
* Try esprint fix
* Run linter fix
* Set most of the typescript linting rules to warn, run with --fix
* Fix some linting errors
* Optimize imports
* Build works again
* Remove fixes that didn't fix anything
* Make imports lint-conform again && disable trailing underscores as it is part of Angular and our convention
* Remove wrong automated fix
* Rename components with suffix "Component" for linting
* Linting, refactor reorder-delta-builder to a more functional style
* Update delta reorder specs
* Add exceptions for "++" in loops and bracket expressions in arrow functions
* Some linting fixes
* Fix some more linting
* Optimize imports
Co-authored-by: Henriette Darge <h.darge@openproject.com >
2021-07-08 15:38:01 +00:00
Aleix Suau
7e2e05c88f
Feature/36390 code structure ( #9319 )
...
* core/shared/features in progress
* shared/components in progress
* Fix rebase errors
* core: added admin + apiv3
* shared: attachments + attirbute-help-text
* core: OpenprojectAugmentingModule
* shared: OpenprojectAutocompleterModule
* shared: Autocompleter
* feature: backlog
* feature: bim
* feature: boards
* shared: calendar
* core: userModule
* feature: dashboards
* shared: editor
* shared: fields
* shared: focus
* core: globalsearch
* shared: grid
* shared: grid fix
* core: hal
* shared: icon
* feature: invite user modal
* feature: job status
* shared: members autocomplete
* shared: modal
* feature: my page
* feature: overview
* shared: principal
* feature: projects
* feature: repoting
* core: routing
* shared: time entries
* shared: OpenprojectWorkPackageGraphsModule
* feature: workpackages
* core: active window
* shared: autofocus
* features: wp: back-button
* core: browser
* shared: collapseible section
* core: config
* shared: copy-to-clipboard
* shared: date-time
* shared: helpers: drag-and-drop
* shared: draggable autocompleter
* shared: dynamic bootstrapper
* shared: dynamic forms
* features: wp: edit actions bar
* shared: EditableToolbarTitleComponent
* core: BannersService
* shared: OpFormFieldComponent
* shared: hide section
* shared: highlight col
* core: I18 + Sanitizer
* shared: isClickedWithModifier
* core: LoadingIndicator
* core: Modal Heading
* core: Model auth
* shared: no results
* shared: notifications
* shared: datepicker
* shared: option-list
* core: path helper
* shared: persistent toggle
* shared: remote field
* shared: set click position
* shared: slide toggle
* shared: tabs
* shared: drag-scroll
* shared: keyCodes
* shared: OPSharedModule
* global styles: common
* core:
* import fixes
* shared: Enterprise banner
* features: wps: filters
* features: home screen
* import fixes
* core: html
* import fixes
* core: main-menu
* features: home screen
* shared: modals
* shared: op-context-menu
* core + shared: current project
* core: schema-cache
* shared: table-pagination
* features: wps: time-entries
* shared: user-link
* features: wps
* features: wps
* features: wps: all wp-* components
* core: states
* Rename: angular4-modules to app.module
* core: expression service
* Modules just with plugins
* Test fixes
* added missing content-tabs.component.sass
* Replaced with .op-ckeditor--wrapper
* Replaced by .op-ckeditor-source-element
* Replaced by the entire wysiwyg_editor.rb with dev version
* Replacements by ckeditor-augmented-textarea
* Fixes ./spec/support/components/work_packages/table_configuration_modal.rb:106
* Fixes ./modules/reporting/spec/features/update_entries_spec.rb:69
* work_packages renamed to work-packages
* TimeEntryChangeset moved to helpers
* 'filters' moved to wps/components
* 'admin' moved to features
* HAL moved to shared
* plugins moved to features
* plugins moved to features
* Test fixes
* Unit test fixes
* plugin generator into /features/plugins
* fix sass rule indentation
* Revert "plugins moved to features"
This reverts commit f65ccbfd4b .
* Import fixes
* Avoid commiting in linked plugins
Co-authored-by: ulferts <jens.ulferts@googlemail.com >
Co-authored-by: Oliver Günther <mail@oliverguenther.de >
2021-06-08 21:10:58 +02:00
Oliver Günther
3b78be087b
Migrate tslint to eslint ( #9064 )
...
* tslint to eslint migration
* Autofix issues
* Fix codeclimate path to eslintrc
* Extend linter config for use with ng lint
* Change prefix to op in angular lints
2021-03-05 21:34:26 +01:00
ulferts
6140f4c7e9
update copyright to 2021 ( #8925 )
...
Updates the copyright to 2021 for all files that have a copyright. Files in our source code without the copyright header still do not receive one automatically. Additionally, backlisted files are also excluded.
Previously the copyright of chiliproject which references redmine stated a copyright of redmine up to and including 2017 which is not true for the code we have in here. Because of that I changed that to 2013
2021-01-13 17:47:45 +01:00
Oliver Günther
7a13ab87e3
Merge remote-tracking branch 'origin/dev' into bump/angular9
2020-03-05 19:23:43 +01:00
Oliver Günther
d57ad09474
Fix singleton services being initialized per module
...
The `APP_INITIALIZER` only runs for global services on startup, but some
modules are now loaded dynamically.
This will result in services that are not `providedIn: 'root'` being
injected for each lazy loaded module that requires them.
2020-03-05 13:01:42 +01:00
Oliver Günther
86c7c4647d
Remove unused files
2020-02-15 22:10:50 +01:00
Henriette Dinger
bd7f4e4814
Update copyright notice
2020-01-15 11:31:26 +01:00
Jens Ulferts
4d5462f70c
add documents widget
2018-12-11 09:27:30 +01:00
Oliver Günther
352099089c
Prepare for core integration
2018-11-14 13:50:52 +01:00