summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12330 from owncloud/jenkins-eat-thatMorris Jobke2014-11-204-27/+30
|\ | | | | drop dependency of some commands on old config object
| * drop dependency of some commands on old config objectMorris Jobke2014-11-204-27/+30
| |
* | cleanup languages. closes #11274Volkan Gezer2014-11-2011-335/+0
|/
* Merge pull request #12257 from owncloud/l10n-loadtranslationsfromjsVincent Petry2014-11-203-2/+106
|\ | | | | Added function to load translations from JS
| * Fix l10n promisesVincent Petry2014-11-192-6/+11
| |
| * Better use of promise in OC.L10N.load()Vincent Petry2014-11-191-13/+8
| |
| * Remove stray generateUrlVincent Petry2014-11-191-5/+0
| |
| * Added function to load translations from JSVincent Petry2014-11-183-2/+111
| | | | | | | | | | | | For apps that support async translation loading, a new function OC.L10N.load() can be used to asynchronously load the translations for a given app.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-20146-724/+328
| |
* | Merge pull request #11696 from owncloud/addWarningToEncryptionLostPasswordLukas Reschke2014-11-198-149/+163
|\ \ | | | | | | Warn for password reset when files_encryption is enabled
| * | center spinnerMorris Jobke2014-11-182-1/+7
| | |
| * | Show spinnerLukas Reschke2014-11-172-0/+2
| | |
| * | fix unreadable label in warning boxMorris Jobke2014-11-171-0/+6
| | |
| * | Hide submit button after password changeLukas Reschke2014-11-171-0/+3
| | | | | | | | | | | | Creating a new key pair can take 1-2 seconds. So it could happen that the user click the "Reset password" button again which can lead to many nasty things, e.g. we could create two new key pairs in parallel.
| * | add password as parameter to the signal so that the encryption can create a ↵Bjoern Schiessle2014-11-171-1/+1
| | | | | | | | | | | | new key-pair
| * | Add "postPasswordReset" hookLukas Reschke2014-11-171-4/+8
| | |
| * | Use correct route insteadLukas Reschke2014-11-171-1/+1
| | | | | | | | | | | | | | | THX @schiesbn (I should setup a mail server on my local system...)
| * | Remove uneeded importLukas Reschke2014-11-171-1/+0
| | |
| * | Warn for password reset when files_encryption is enabledLukas Reschke2014-11-176-148/+142
| |/ | | | | | | | | | | | | | | This patch wil warn the user of the consequences when resetting the password and requires checking a checkbox (as we had in the past) to reset a password. Furthermore I updated the code to use our new classes and added some unit tests for it :dancers: Fixes https://github.com/owncloud/core/issues/11438
* / [tx-robot] updated from transifexJenkins for ownCloud2014-11-192-2/+2
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-172-14/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-162-62/+62
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-11-152-6/+6
|
* Refactor file sharing public link handlingLukas Reschke2014-11-142-26/+16
| | | | | | | fixes download issue introduced by #10755 Conflicts: apps/files_sharing/public.php
* Merge pull request #12158 from owncloud/drop-snapjsMorris Jobke2014-11-131-785/+0
|\ | | | | remove unneeded snap.js - followup to #11985 - ref #12156
| * remove unneeded snap.js - followup to #11985 - ref #12156Morris Jobke2014-11-131-785/+0
| |
* | Merge pull request #12005 from owncloud/bower-multiselectblizzz2014-11-132-728/+0
|\ \ | |/ |/| Move multiselect to user_ldap
| * Migrate multiselect to user_ldapMorris Jobke2014-11-132-728/+0
| |
* | Merge pull request #9177 from owncloud/jsdocexperimentVincent Petry2014-11-134-7/+60
|\ \ | |/ |/| Improved JS Docs + added build script for JS Docs
| * Improved Javascript docs for JSDocVincent Petry2014-10-314-7/+60
| | | | | | | | | | | | Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments.
* | [tx-robot] updated from transifexJenkins for ownCloud2014-11-124-4/+12
| |
* | Merge pull request #11929 from owncloud/fix-db-centerJan-Christoph Borchardt2014-11-111-0/+14
|\ \ | | | | | | fixes not centered database chooser on setup page
| * | fixes not centered database chooser on setup pageMorris Jobke2014-11-031-0/+14
| | | | | | | | | | | | * fixes #11927
* | | Merge pull request #12070 from owncloud/accessibility-fixesMorris Jobke2014-11-106-17/+60
|\ \ \ | | | | | | | | Accessibility fixes
| * | | use proper tabindex order: 1. app menu, 2. search, 3. user menuJan-Christoph Borchardt2014-11-081-3/+3
| | | |
| * | | add relevant focus styles to the existing hover stylesJan-Christoph Borchardt2014-11-062-10/+47
| | | |
| * | | introduce h1, use either ownCloud name or current app nameJan-Christoph Borchardt2014-11-063-3/+8
| | | |
| * | | add missing alt attribute to spinnerJan-Christoph Borchardt2014-11-061-1/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-104-2/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-092-2/+10
| | | |
* | | | Merge pull request #12050 from owncloud/use-proper-array-nameLukas Reschke2014-11-081-1/+1
|\ \ \ \ | | | | | | | | | | Use proper array key
| * | | | Use proper array keyLukas Reschke2014-11-081-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/12047
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-11-084-6/+14
|/ / / /
* | | | bower strengthifyMorris Jobke2014-11-065-14/+209
| | | |
* | | | md5 now handled via bowerMorris Jobke2014-11-062-0/+285
| | | |
* | | | bower snapjsMorris Jobke2014-11-062-0/+800
| | | |
* | | | bower zxcvbnMorris Jobke2014-11-064-1/+69
| | | |
* | | | bower jcropMorris Jobke2014-11-065-0/+1890
|/ / /
* | | manage select2 via bowerMorris Jobke2014-11-0659-1295/+9
| | |
* | | Merge pull request #11982 from owncloud/bower-underscoreVincent Petry2014-11-064-5/+32
|\ \ \ | | | | | | | | bower underscore