aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Adding quota plugin to new dav endpoint (#25615)Thomas Müller2016-07-291-0/+3
| | | | | | | | * Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test
* [tx-robot] updated from transifexNextcloud bot2016-07-2954-58/+120
|
* Fix testsJoas Schilling2016-07-285-29/+70
|
* Update routes.phpJoas Schilling2016-07-281-4/+2
|
* Remove useless checkJoas Schilling2016-07-281-3/+1
|
* Use the methods on the Response objectJoas Schilling2016-07-281-11/+10
|
* Use public API preferableJoas Schilling2016-07-281-1/+1
|
* Move classes to PSR-4Joas Schilling2016-07-286-0/+0
|
* Merge pull request #636 from nextcloud/theming-fixMorris Jobke2016-07-282-4/+4
|\ | | | | fix background id selector for the first run wizard
| * fix background id selector for the first run wizardBjoern Schiessle2016-07-282-4/+4
| |
* | Merge pull request #590 from ↵Morris Jobke2016-07-281-2/+8
|\ \ | | | | | | | | | | | | nextcloud/fixing-undefined-OfflineUser-composeAndStoreDisplayName Fix undefined OfflineUser::composeAndStoreDisplayName()
| * | [stable9.1] Fix undefined OfflineUser::composeAndStoreDisplayName() - fixes ↵Thomas Müller2016-07-271-2/+8
| | | | | | | | | | | | #23248
* | | Merge pull request #592 from nextcloud/ldap-avoidneedlesssetemailonloginLukas Reschke2016-07-281-1/+4
|\ \ \ | |_|/ |/| | Prevent setting email and triggering events at login time (#25553)
| * | Prevent setting email and triggering events at login time (#25553)Vincent Petry2016-07-271-1/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | Whenever an LDAP user also has an email address defined in LDAP, the LDAP code will try and update the email address of the locally known user. This happens at login time or every time the user's LDAP attributes are processed. There is code listening to the email setting hook which updates the system address book, which also will trigger FS setup due to avatars and other things. This fix only sets the email address when really necessary.
* | Merge pull request #583 from nextcloud/issue-577-add-l10nMorris Jobke2016-07-283-14/+26
|\ \ | | | | | | Add L10N support
| * | Add L10N supportJoas Schilling2016-07-273-14/+26
| | |
* | | fix unit testsBjoern Schiessle2016-07-281-53/+143
| | |
* | | re-use background color from theme in the firstrunwizardBjoern Schiessle2016-07-281-0/+9
| | |
* | | apply theme to the firstrunwizardBjoern Schiessle2016-07-281-0/+7
| | |
* | | Merge pull request #415 from nextcloud/theming-colorize-checkboxesJan-Christoph Borchardt2016-07-285-54/+191
|\ \ \ | | | | | | | | Colorize checkboxes depending on theming color
| * | | Theming: Cleanup and remove opacity from checkbox/radiobuttonJulius Haertl2016-07-271-2/+1
| | | |
| * | | Theming: Generate colorized radio buttons dynamicallyJulius Haertl2016-07-275-56/+51
| | | |
| * | | Theming: Colorize radio buttons and append new styles on previewJulius Haertl2016-07-275-55/+119
| | | |
| * | | Theming: Clean up css generation and fix testsJulius Haertl2016-07-272-55/+87
| | | |
| * | | Theming: Colorize checkboxes depending on luminanceJulius Haertl2016-07-273-2/+28
| | | |
| * | | Theming: Preview for colorized checkboxesJulius Haertl2016-07-271-5/+18
| | | |
| * | | Colorize checkboxes depending on theming colorJulius Haertl2016-07-271-0/+8
| | | |
* | | | Merge pull request #519 from GitHubUser4234/masterblizzz2016-07-2821-97/+862
|\ \ \ \ | | | | | | | | | | New LDAPProvider for user_ldap
| * | | | Nextcloud license header for new filesroot2016-07-285-40/+52
| | | | |
| * | | | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-2748-71/+493
| |\ \ \ \
| * | | | | comments amendedroot2016-07-273-3/+2
| | | | | |
| * | | | | final changesroot2016-07-275-17/+13
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-2545-92/+146
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-2217-17/+17
| |\ \ \ \ \ \
| * | | | | | | New LDAPProvider for user_ldaproot2016-07-2222-98/+856
| | | | | | | |
* | | | | | | | Merge pull request #494 from nextcloud/systemtag-managementLukas Reschke2016-07-286-1/+287
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add a simple Admin UI to manage systemtags
| * | | | | | | | Add a simple Admin UI to manage systemtagsJoas Schilling2016-07-276-1/+287
| | | | | | | | |
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2016-07-282-2/+2
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #571 from nextcloud/no-missing-previewMorris Jobke2016-07-2711-17/+112
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Don't try to load previews when we know there is none
| * | | | | | | fix js testRobin Appelman2016-07-271-5/+10
| | | | | | | |
| * | | | | | | only load sidebar previews when we know it's availableRobin Appelman2016-07-272-5/+16
| | | | | | | |
| * | | | | | | dont load filelist previews if we know we dont have oneRobin Appelman2016-07-271-1/+1
| | | | | | | |
| * | | | | | | add dav property to check if a file has a preview availableRobin Appelman2016-07-278-6/+85
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #601 from nextcloud/fix-workflowengine-loadingJoas Schilling2016-07-271-0/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix loading icon for workflowengine
| * | | | | | Fix loading icon for workflowengineMorris Jobke2016-07-271-0/+5
| |/ / / / /
* | | | | | Allow to reuse the templateJoas Schilling2016-07-271-1/+1
| | | | | |
* | | | | | Fix default value of operatorJoas Schilling2016-07-271-2/+2
| | | | | |
* | | | | | Fix morris commentsJoas Schilling2016-07-272-6/+3
| | | | | |
* | | | | | Remove php side of check registrationJoas Schilling2016-07-274-39/+9
| | | | | |
* | | | | | Generate the checks list in JSJoas Schilling2016-07-273-36/+50
|/ / / / /