summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Dark hackery to not always disable CSRF for OCS controllersRoeland Jago Douma2016-07-292-2/+65
|
* Merge pull request #556 from nextcloud/nextcloud-version-checkMorris Jobke2016-07-292-3/+27
|\ | | | | Allow apps to check for a given nextcloud version
| * Translate the server version for nextcloudJoas Schilling2016-07-262-3/+27
| |
* | [tx-robot] updated from transifexNextcloud bot2016-07-29120-618/+186
| |
* | Merge pull request #640 from nextcloud/enoch85-patch-2Morris Jobke2016-07-281-3/+3
|\ \ | | | | | | ownCloud -> Nextcloud
| * | ownCloud -> NextcloudDaniel Hansson2016-07-281-3/+3
|/ /
* | Merge pull request #408 from nextcloud/psr4-themingBjörn Schießle2016-07-289-45/+81
|\ \ | | | | | | PSR-4 for the Theming app
| * | 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 #632 from nextcloud/vmMorris Jobke2016-07-281-0/+5
|\ \ \ \ | |_|/ / |/| | | add info about the Nextcloud VM
| * | | wordingDaniel Hansson2016-07-281-2/+2
| | | |
| * | | add info about the Nextcloud VMDaniel Hansson2016-07-281-0/+5
| | | | | | | | | | | | It's production ready now.
* | | | 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
| | | |
* | | | Merge pull request #624 from nextcloud/users-capitalizationWilliam Bargent2016-07-284-11/+11
|\ \ \ \ | | | | | | | | | | fix capitalization of text in users management
| * | | | fix capitalization of text in users managementJan-Christoph Borchardt2016-07-284-11/+11
| | | | |
* | | | | Merge pull request #620 from nextcloud/theming-firstrunwizardBjörn Schießle2016-07-282-53/+159
|\ \ \ \ \ | | | | | | | | | | | | apply theme to the firstrunwizard
| * | | | | 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 #612 from nextcloud/improve-xml-loaded-version-handlingLukas Reschke2016-07-281-2/+8
|\ \ \ \ \ | | | | | | | | | | | | libxml - compare against loaded version
| * | | | | libxml - compare against loaded versionMorris Jobke2016-07-281-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * if the compiled in version is older than the loaded version Nextcloud doesn't work * uses the loaded libxml version to check against fixes #205
* | | | | | Merge pull request #415 from nextcloud/theming-colorize-checkboxesJan-Christoph Borchardt2016-07-288-61/+194
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Colorize checkboxes depending on theming color
| * | | | | Theming: Cleanup and remove opacity from checkbox/radiobuttonJulius Haertl2016-07-272-4/+1
| | | | | |
| * | | | | Theming: Generate colorized radio buttons dynamicallyJulius Haertl2016-07-275-56/+51
| | | | | |
| * | | | | Theming: Colorize radio buttons and append new styles on previewJulius Haertl2016-07-277-56/+121
| | | | | |
| * | | | | 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-272-4/+9
| |/ / / /
* | | | | Merge pull request #519 from GitHubUser4234/masterblizzz2016-07-2825-97/+1084
|\ \ \ \ \ | | | | | | | | | | | | New LDAPProvider for user_ldap
| * | | | | Nextcloud license header for new filesroot2016-07-288-64/+83
| | | | | |
| * | | | | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-27133-178/+914
| |\ \ \ \ \
| * | | | | | comments amendedroot2016-07-273-3/+2
| | | | | | |
| * | | | | | final changesroot2016-07-278-30/+23
| | | | | | |
| * | | | | | Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-2577-175/+346
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of https://github.com/nextcloud/serverroot2016-07-2218-20/+20
| |\ \ \ \ \ \ \
| * | | | | | | | New LDAPProvider for user_ldaproot2016-07-2226-98/+1074
| | | | | | | | |
* | | | | | | | | 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
| | | | | | | | | |